F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Com/ComPacket.hpp>
Public Types | |
enum | ComPacketType { FW_PACKET_COMMAND , FW_PACKET_TELEM , FW_PACKET_LOG , FW_PACKET_FILE , FW_PACKET_PACKETIZED_TLM , FW_PACKET_DP , FW_PACKET_IDLE , FW_PACKET_UNKNOWN = 0xFF } |
Public Types inherited from Fw::Serializable | |
using | SizeType = NATIVE_UINT_TYPE |
Public Member Functions | |
ComPacket () | |
virtual | ~ComPacket () |
Public Member Functions inherited from Fw::Serializable | |
virtual SerializeStatus | serialize (SerializeBufferBase &buffer) const =0 |
serialize contents More... | |
virtual SerializeStatus | deserialize (SerializeBufferBase &buffer)=0 |
deserialize to contents More... | |
Protected Member Functions | |
SerializeStatus | serializeBase (SerializeBufferBase &buffer) const |
SerializeStatus | deserializeBase (SerializeBufferBase &buffer) |
Protected Member Functions inherited from Fw::Serializable | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Protected Attributes | |
ComPacketType | m_type |
Definition at line 18 of file ComPacket.hpp.
Enumerator | |
---|---|
FW_PACKET_COMMAND | |
FW_PACKET_TELEM | |
FW_PACKET_LOG | |
FW_PACKET_FILE | |
FW_PACKET_PACKETIZED_TLM | |
FW_PACKET_DP | Data product packet. |
FW_PACKET_IDLE | |
FW_PACKET_UNKNOWN |
Definition at line 21 of file ComPacket.hpp.
Fw::ComPacket::ComPacket | ( | ) |
Definition at line 12 of file ComPacket.cpp.
|
virtual |
Definition at line 15 of file ComPacket.cpp.
|
protected |
Definition at line 22 of file ComPacket.cpp.
|
protected |
Definition at line 18 of file ComPacket.cpp.
|
protected |
Definition at line 36 of file ComPacket.hpp.