![]() |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.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 () |
| Time & | getTimeTag () |
| TlmBuffer & | getTlmBuffer () |
Public Member Functions inherited from Fw::ComPacket | |
| ComPacket () | |
| virtual | ~ComPacket () |
Protected Attributes | |
| FwChanIdType | m_id |
| Fw::Time | m_timeTag |
| TlmBuffer | m_tlmBuffer |
Protected Attributes inherited from Fw::ComPacket | |
| ComPacketType | m_type |
Additional Inherited Members | |
Public Types inherited from Fw::ComPacket | |
| 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 } |
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... | |
| 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 | ( | ) |
Definition at line 88 of file TlmPacket.cpp.
| Time & Fw::TlmPacket::getTimeTag | ( | ) |
Definition at line 92 of file TlmPacket.cpp.
| TlmBuffer & Fw::TlmPacket::getTlmBuffer | ( | ) |
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.