![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Log/LogTextPortAc.hpp>
Public Member Functions | |
OutputLogTextPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputLogTextPort *callPort) |
Register an input port. More... | |
void | invoke (FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity &severity, Fw::TextLogString &text) |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output LogText port Text event log port Use for development and debugging, turn off for flight
Definition at line 112 of file LogTextPortAc.hpp.
Fw::OutputLogTextPort::OutputLogTextPort | ( | ) |
Constructor.
Definition at line 142 of file LogTextPortAc.cpp.
void Fw::OutputLogTextPort::addCallPort | ( | InputLogTextPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 156 of file LogTextPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 150 of file LogTextPortAc.cpp.
void Fw::OutputLogTextPort::invoke | ( | FwEventIdType | id, |
Fw::Time & | timeTag, | ||
const Fw::LogSeverity & | severity, | ||
Fw::TextLogString & | text | ||
) |
Invoke a port interface.
id | Log ID |
timeTag | Time Tag |
severity | The severity argument |
text | Text of log message |
Definition at line 169 of file LogTextPortAc.cpp.