![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Cmd/CmdPacket.hpp>
Public Member Functions | |
| CmdPacket () | |
| virtual | ~CmdPacket () |
| SerializeStatus | serializeTo (SerializeBufferBase &buffer) const |
| serialize contents to buffer More... | |
| SerializeStatus | deserializeFrom (SerializeBufferBase &buffer) |
| deserialize contents from buffer More... | |
| FwOpcodeType | getOpCode () const |
| CmdArgBuffer & | getArgBuffer () |
Public Member Functions inherited from Fw::ComPacket | |
| ComPacket () | |
| virtual | ~ComPacket () |
Public Member Functions inherited from Fw::Serializable | |
| SerializeStatus | serialize (SerializeBufferBase &buffer) const |
| SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Protected Attributes | |
| FwOpcodeType | m_opcode |
| CmdArgBuffer | m_argBuffer |
Protected Attributes inherited from Fw::ComPacket | |
| ComPacketType | m_type |
Additional Inherited Members | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Member Functions inherited from Fw::ComPacket | |
| SerializeStatus | serializeBase (SerializeBufferBase &buffer) const |
| SerializeStatus | deserializeBase (SerializeBufferBase &buffer) |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Definition at line 16 of file CmdPacket.hpp.
| Fw::CmdPacket::CmdPacket | ( | ) |
Definition at line 14 of file CmdPacket.cpp.
|
virtual |
Definition at line 18 of file CmdPacket.cpp.
|
virtual |
deserialize contents from buffer
Implements Fw::Serializable.
Definition at line 27 of file CmdPacket.cpp.
| CmdArgBuffer & Fw::CmdPacket::getArgBuffer | ( | ) |
Definition at line 56 of file CmdPacket.cpp.
| FwOpcodeType Fw::CmdPacket::getOpCode | ( | ) | const |
Definition at line 52 of file CmdPacket.cpp.
|
virtual |
serialize contents to buffer
Implements Fw::Serializable.
Definition at line 21 of file CmdPacket.cpp.
|
protected |
Definition at line 30 of file CmdPacket.hpp.
|
protected |
Definition at line 29 of file CmdPacket.hpp.