F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Svc::PingPortSerializer Class Reference

#include <Svc/Ping/PingPortAc.hpp>

Public Member Functions

 PingPortSerializer ()
 Constructor. More...
 
Fw::SerializeStatus deserializePortArgs (Fw::SerialBufferBase &_buffer)
 Deserialze port arguments into members. More...
 

Static Public Member Functions

static Fw::SerializeStatus serializePortArgs (U32 key, Fw::SerialBufferBase &_buffer)
 Serialize port arguments into a buffer. More...
 

Public Attributes

U32 m_key
 

Detailed Description

Serializer for Ping port Port for pinging active components

Definition at line 73 of file PingPortAc.hpp.

Constructor & Destructor Documentation

◆ PingPortSerializer()

Svc::PingPortSerializer::PingPortSerializer ( )

Constructor.

Definition at line 17 of file PingPortAc.cpp.

Member Function Documentation

◆ deserializePortArgs()

Fw::SerializeStatus Svc::PingPortSerializer::deserializePortArgs ( Fw::SerialBufferBase _buffer)

Deserialze port arguments into members.

Parameters
_bufferThe serial buffer

Definition at line 28 of file PingPortAc.cpp.

◆ serializePortArgs()

Fw::SerializeStatus Svc::PingPortSerializer::serializePortArgs ( U32  key,
Fw::SerialBufferBase _buffer 
)
static

Serialize port arguments into a buffer.

Parameters
keyValue to return to pinger
_bufferThe serial buffer

Definition at line 42 of file PingPortAc.cpp.

Member Data Documentation

◆ m_key

U32 Svc::PingPortSerializer::m_key

Definition at line 113 of file PingPortAc.hpp.


The documentation for this class was generated from the following files: