![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Sched/SchedPortAc.hpp>
Public Member Functions | |
| SchedPortSerializer () | |
| Constructor. More... | |
| Fw::SerializeStatus | deserializePortArgs (Fw::SerialBufferBase &_buffer) |
| Deserialze port arguments into members. More... | |
Static Public Member Functions | |
| static Fw::SerializeStatus | serializePortArgs (U32 context, Fw::SerialBufferBase &_buffer) |
| Serialize port arguments into a buffer. More... | |
Public Attributes | |
| U32 | m_context |
Serializer for Sched port Scheduler Port with order argument
Definition at line 73 of file SchedPortAc.hpp.
| Svc::SchedPortSerializer::SchedPortSerializer | ( | ) |
Constructor.
Definition at line 17 of file SchedPortAc.cpp.
| Fw::SerializeStatus Svc::SchedPortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 28 of file SchedPortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| context | The call order |
| _buffer | The serial buffer |
Definition at line 42 of file SchedPortAc.cpp.
| U32 Svc::SchedPortSerializer::m_context |
Definition at line 113 of file SchedPortAc.hpp.