![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Log/LogPortAc.hpp>
Public Member Functions | |
OutputLogPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputLogPort *callPort) |
Register an input port. More... | |
void | invoke (FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity &severity, Fw::LogBuffer &args) const |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
void | init () override |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output Log port Event log port
Definition at line 110 of file LogPortAc.hpp.
Fw::OutputLogPort::OutputLogPort | ( | ) |
Constructor.
Definition at line 143 of file LogPortAc.cpp.
void Fw::OutputLogPort::addCallPort | ( | InputLogPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 157 of file LogPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 151 of file LogPortAc.cpp.
void Fw::OutputLogPort::invoke | ( | FwEventIdType | id, |
Fw::Time & | timeTag, | ||
const Fw::LogSeverity & | severity, | ||
Fw::LogBuffer & | args | ||
) | const |
Invoke a port interface.
id | Log ID |
timeTag | Time Tag |
severity | The severity argument |
args | Buffer containing serialized log entry |
Definition at line 170 of file LogPortAc.cpp.