![]() |
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 (SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const override |
| serialize contents More... | |
| SerializeStatus | deserializeFrom (SerializeBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) |
| 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 () |
Public Member Functions inherited from Fw::ComPacket | |
| ComPacket () | |
| virtual | ~ComPacket () |
Public Member Functions inherited from Fw::Serializable | |
| virtual SerializeStatus | deserializeFrom (SerialBufferBase &buffer, Endianness mode=Endianness::BIG)=0 |
| Deserialize the contents of this object from a buffer. More... | |
| Serializable & | operator= (const Serializable &src)=default |
| TODO: this operator should be deleted, this must be done after RawTime is modified though. More... | |
| DEPRECATED (SerializeStatus serialize(SerialBufferBase &buffer) const, "Use serializeTo(SerialBufferBase& buffer) instead") | |
| DEPRECATED (SerializeStatus deserialize(SerialBufferBase &buffer), "Use deserializeFrom(SerialBufferBase& buffer) instead") | |
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.