![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Log/AmpcsEvrLogPacket.hpp>
Public Member Functions | |
AmpcsEvrLogPacket () | |
virtual | ~AmpcsEvrLogPacket () |
SerializeStatus | serializeTo (SerializeBufferBase &buffer) const |
serialize contents More... | |
SerializeStatus | deserializeFrom (SerializeBufferBase &buffer) |
deserialize contents from buffer More... | |
void | setTaskName (U8 *taskName, U8 len) |
void | setId (U32 eventID) |
void | setOverSeqNum (U32 overSeqNum) |
void | setCatSeqNum (U32 catSeqNum) |
void | setLogBuffer (LogBuffer &buffer) |
const U8 * | getTaskName () const |
U32 | getId () const |
U32 | getOverSeqNum () const |
U32 | getCatSeqNum () const |
LogBuffer & | getLogBuffer () |
![]() | |
ComPacket () | |
virtual | ~ComPacket () |
![]() | |
SerializeStatus | serialize (SerializeBufferBase &buffer) const |
SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Protected Attributes | |
U8 | m_taskName [AMPCS_EVR_TASK_NAME_LEN] |
U32 | m_eventID |
U32 | m_overSeqNum |
U32 | m_catSeqNum |
LogBuffer | m_logBuffer |
![]() | |
ComPacketType | m_type |
Additional Inherited Members | |
![]() | |
using | SizeType = FwSizeType |
![]() | |
SerializeStatus | serializeBase (SerializeBufferBase &buffer) const |
SerializeStatus | deserializeBase (SerializeBufferBase &buffer) |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
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.
|
virtual |
deserialize contents from buffer
Implements Fw::Serializable.
Definition at line 46 of file AmpcsEvrLogPacket.cpp.
U32 Fw::AmpcsEvrLogPacket::getCatSeqNum | ( | ) | const |
Definition at line 118 of file AmpcsEvrLogPacket.cpp.
U32 Fw::AmpcsEvrLogPacket::getId | ( | ) | const |
Definition at line 110 of file AmpcsEvrLogPacket.cpp.
LogBuffer & Fw::AmpcsEvrLogPacket::getLogBuffer | ( | ) |
Definition at line 122 of file AmpcsEvrLogPacket.cpp.
U32 Fw::AmpcsEvrLogPacket::getOverSeqNum | ( | ) | const |
Definition at line 114 of file AmpcsEvrLogPacket.cpp.
const U8 * Fw::AmpcsEvrLogPacket::getTaskName | ( | ) | const |
Definition at line 106 of file AmpcsEvrLogPacket.cpp.
|
virtual |
serialize contents
Implements Fw::Serializable.
Definition at line 19 of file AmpcsEvrLogPacket.cpp.
void Fw::AmpcsEvrLogPacket::setCatSeqNum | ( | U32 | catSeqNum | ) |
Definition at line 98 of file AmpcsEvrLogPacket.cpp.
void Fw::AmpcsEvrLogPacket::setId | ( | U32 | eventID | ) |
Definition at line 90 of file AmpcsEvrLogPacket.cpp.
void Fw::AmpcsEvrLogPacket::setLogBuffer | ( | LogBuffer & | buffer | ) |
Definition at line 102 of file AmpcsEvrLogPacket.cpp.
void Fw::AmpcsEvrLogPacket::setOverSeqNum | ( | U32 | overSeqNum | ) |
Definition at line 94 of file AmpcsEvrLogPacket.cpp.
Definition at line 83 of file AmpcsEvrLogPacket.cpp.
|
protected |
Definition at line 45 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 43 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 46 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 44 of file AmpcsEvrLogPacket.hpp.
|
protected |
Definition at line 42 of file AmpcsEvrLogPacket.hpp.