![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Tlm/TlmPacket.hpp>
Public Member Functions | |
TlmPacket () | |
virtual | ~TlmPacket () |
SerializeStatus | serialize (SerializeBufferBase &buffer) const |
serialize contents More... | |
SerializeStatus | deserialize (SerializeBufferBase &buffer) |
deserialize to contents More... | |
void | setId (FwChanIdType id) |
void | setTlmBuffer (TlmBuffer &buffer) |
void | setTimeTag (Time &timeTag) |
FwChanIdType | getId (void) |
Time & | getTimeTag (void) |
TlmBuffer & | getTlmBuffer (void) |
![]() | |
ComPacket () | |
virtual | ~ComPacket () |
Protected Attributes | |
FwChanIdType | m_id |
Fw::Time | m_timeTag |
TlmBuffer | m_tlmBuffer |
![]() | |
ComPacketType | m_type |
Additional Inherited Members | |
![]() | |
enum | ComPacketType { FW_PACKET_COMMAND, FW_PACKET_TELEM, FW_PACKET_LOG, FW_PACKET_FILE, FW_PACKET_PACKETIZED_TLM, FW_PACKET_IDLE, FW_PACKET_UNKNOWN = 0xFF } |
![]() | |
SerializeStatus | serializeBase (SerializeBufferBase &buffer) const |
SerializeStatus | deserializeBase (SerializeBufferBase &buffer) |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Definition at line 17 of file TlmPacket.hpp.
Fw::TlmPacket::TlmPacket | ( | ) |
Definition at line 13 of file TlmPacket.cpp.
|
virtual |
Definition at line 17 of file TlmPacket.cpp.
|
virtual |
FwChanIdType Fw::TlmPacket::getId | ( | void | ) |
Definition at line 88 of file TlmPacket.cpp.
Time & Fw::TlmPacket::getTimeTag | ( | void | ) |
Definition at line 92 of file TlmPacket.cpp.
TlmBuffer & Fw::TlmPacket::getTlmBuffer | ( | void | ) |
Definition at line 96 of file TlmPacket.cpp.
|
virtual |
void Fw::TlmPacket::setId | ( | FwChanIdType | id | ) |
Definition at line 76 of file TlmPacket.cpp.
void Fw::TlmPacket::setTimeTag | ( | Time & | timeTag | ) |
Definition at line 84 of file TlmPacket.cpp.
void Fw::TlmPacket::setTlmBuffer | ( | TlmBuffer & | buffer | ) |
Definition at line 80 of file TlmPacket.cpp.
|
protected |
Definition at line 36 of file TlmPacket.hpp.
|
protected |
Definition at line 37 of file TlmPacket.hpp.
|
protected |
Definition at line 38 of file TlmPacket.hpp.