![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Log/AmpcsEvrLogPacket.hpp>
Protected Attributes | |
| U8 | m_taskName [AMPCS_EVR_TASK_NAME_LEN] |
| U32 | m_eventID |
| U32 | m_overSeqNum |
| U32 | m_catSeqNum |
| LogBuffer | m_logBuffer |
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 (SerialBufferBase &buffer) const |
| SerializeStatus | deserializeBase (SerialBufferBase &buffer) |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
Definition at line 21 of file AmpcsEvrLogPacket.hpp.
| Fw::AmpcsEvrLogPacket::AmpcsEvrLogPacket | ( | ) |
Definition at line 14 of file AmpcsEvrLogPacket.cpp.
|
virtual |
Definition at line 17 of file AmpcsEvrLogPacket.cpp.
| SerializeStatus Fw::AmpcsEvrLogPacket::deserializeFrom | ( | SerializeBufferBase & | buffer, |
| Fw::Endianness | mode = Fw::Endianness::BIG |
||
| ) |
Definition at line 45 of file AmpcsEvrLogPacket.cpp.
| U32 Fw::AmpcsEvrLogPacket::getCatSeqNum | ( | ) | const |
Definition at line 116 of file AmpcsEvrLogPacket.cpp.
| U32 Fw::AmpcsEvrLogPacket::getId | ( | ) | const |
Definition at line 108 of file AmpcsEvrLogPacket.cpp.
| LogBuffer & Fw::AmpcsEvrLogPacket::getLogBuffer | ( | ) |
Definition at line 120 of file AmpcsEvrLogPacket.cpp.
| U32 Fw::AmpcsEvrLogPacket::getOverSeqNum | ( | ) | const |
Definition at line 112 of file AmpcsEvrLogPacket.cpp.
| const U8 * Fw::AmpcsEvrLogPacket::getTaskName | ( | ) | const |
Definition at line 104 of file AmpcsEvrLogPacket.cpp.
|
overridevirtual |
serialize contents
Implements Fw::Serializable.
Definition at line 19 of file AmpcsEvrLogPacket.cpp.
| void Fw::AmpcsEvrLogPacket::setCatSeqNum | ( | U32 | catSeqNum | ) |
Definition at line 96 of file AmpcsEvrLogPacket.cpp.
| void Fw::AmpcsEvrLogPacket::setId | ( | U32 | eventID | ) |
Definition at line 88 of file AmpcsEvrLogPacket.cpp.
| void Fw::AmpcsEvrLogPacket::setLogBuffer | ( | LogBuffer & | buffer | ) |
Definition at line 100 of file AmpcsEvrLogPacket.cpp.
| void Fw::AmpcsEvrLogPacket::setOverSeqNum | ( | U32 | overSeqNum | ) |
Definition at line 92 of file AmpcsEvrLogPacket.cpp.
Definition at line 81 of file AmpcsEvrLogPacket.cpp.
|
protected |
Definition at line 46 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 44 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 47 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 45 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 43 of file AmpcsEvrLogPacket.hpp.