![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Log/LogPacket.hpp>
Public Member Functions | |
| LogPacket () | |
| virtual | ~LogPacket () |
| SerializeStatus | serializeTo (SerializeBufferBase &buffer) const override |
| serialize contents More... | |
| SerializeStatus | deserializeFrom (SerializeBufferBase &buffer) override |
| deserialize contents from buffer More... | |
| void | setId (FwEventIdType id) |
| void | setLogBuffer (const LogBuffer &buffer) |
| void | setTimeTag (const Fw::Time &timeTag) |
| FwEventIdType | getId () |
| Fw::Time & | getTimeTag () |
| LogBuffer & | getLogBuffer () |
Public Member Functions inherited from Fw::ComPacket | |
| ComPacket () | |
| virtual | ~ComPacket () |
Public Member Functions inherited from Fw::Serializable | |
| SerializeStatus | serialize (SerializeBufferBase &buffer) const |
| SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Protected Attributes | |
| FwEventIdType | m_id |
| Fw::Time | m_timeTag |
| 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 (SerializeBufferBase &buffer) const |
| SerializeStatus | deserializeBase (SerializeBufferBase &buffer) |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Definition at line 17 of file LogPacket.hpp.
| Fw::LogPacket::LogPacket | ( | ) |
Definition at line 13 of file LogPacket.cpp.
|
virtual |
Definition at line 17 of file LogPacket.cpp.
|
overridevirtual |
deserialize contents from buffer
Implements Fw::Serializable.
Definition at line 40 of file LogPacket.cpp.
| FwEventIdType Fw::LogPacket::getId | ( | ) |
Definition at line 79 of file LogPacket.cpp.
| LogBuffer & Fw::LogPacket::getLogBuffer | ( | ) |
Definition at line 87 of file LogPacket.cpp.
| Fw::Time & Fw::LogPacket::getTimeTag | ( | ) |
Definition at line 83 of file LogPacket.cpp.
|
overridevirtual |
| void Fw::LogPacket::setId | ( | FwEventIdType | id | ) |
Definition at line 67 of file LogPacket.cpp.
| void Fw::LogPacket::setLogBuffer | ( | const LogBuffer & | buffer | ) |
Definition at line 71 of file LogPacket.cpp.
| void Fw::LogPacket::setTimeTag | ( | const Fw::Time & | timeTag | ) |
Definition at line 75 of file LogPacket.cpp.
|
protected |
Definition at line 34 of file LogPacket.hpp.
|
protected |
Definition at line 36 of file LogPacket.hpp.
|
protected |
Definition at line 35 of file LogPacket.hpp.