![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Cmd/CmdPortAc.hpp>
Public Member Functions | |
| CmdPortSerializer () | |
| Constructor. More... | |
| Fw::SerializeStatus | deserializePortArgs (Fw::SerialBufferBase &_buffer) |
| Deserialze port arguments into members. More... | |
Static Public Member Functions | |
| static Fw::SerializeStatus | serializePortArgs (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args, Fw::SerialBufferBase &_buffer) |
| Serialize port arguments into a buffer. More... | |
Public Attributes | |
| FwOpcodeType | m_opCode |
| U32 | m_cmdSeq |
| Fw::CmdArgBuffer | m_args |
Serializer for Cmd port Port for sending commands
Definition at line 77 of file CmdPortAc.hpp.
| Fw::CmdPortSerializer::CmdPortSerializer | ( | ) |
Constructor.
Definition at line 17 of file CmdPortAc.cpp.
| Fw::SerializeStatus Fw::CmdPortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 30 of file CmdPortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| opCode | Command Op Code |
| cmdSeq | Command Sequence |
| args | Buffer containing arguments |
| _buffer | The serial buffer |
Definition at line 50 of file CmdPortAc.cpp.
| Fw::CmdArgBuffer Fw::CmdPortSerializer::m_args |
Definition at line 121 of file CmdPortAc.hpp.
| U32 Fw::CmdPortSerializer::m_cmdSeq |
Definition at line 120 of file CmdPortAc.hpp.
| FwOpcodeType Fw::CmdPortSerializer::m_opCode |
Definition at line 119 of file CmdPortAc.hpp.