|
F´ Flight Software - C/C++ Documentation
NASA-v1.5.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) |
Public Member Functions inherited from Fw::ComPacket | |
| ComPacket () | |
| virtual | ~ComPacket () |
Public Attributes | |
| PROTECTED | __pad0__: FwChanIdType m_id |
| Fw::Time | m_timeTag |
| TlmBuffer | m_tlmBuffer |
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... | |
Protected Attributes inherited from Fw::ComPacket | |
| ComPacketType | m_type |
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 Fw::TlmPacket::__pad0__ |
Definition at line 35 of file TlmPacket.hpp.
| Fw::Time Fw::TlmPacket::m_timeTag |
Definition at line 37 of file TlmPacket.hpp.
| TlmBuffer Fw::TlmPacket::m_tlmBuffer |
Definition at line 38 of file TlmPacket.hpp.