![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#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 |
Serializer for Ping port Port for pinging active components
Definition at line 73 of file PingPortAc.hpp.
| Svc::PingPortSerializer::PingPortSerializer | ( | ) |
Constructor.
Definition at line 17 of file PingPortAc.cpp.
| Fw::SerializeStatus Svc::PingPortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 28 of file PingPortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| key | Value to return to pinger |
| _buffer | The serial buffer |
Definition at line 42 of file PingPortAc.cpp.
| U32 Svc::PingPortSerializer::m_key |
Definition at line 113 of file PingPortAc.hpp.