![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/PassiveConsoleTextLogger/ConsoleTextLoggerImpl.hpp>
Public Member Functions | |
ConsoleTextLoggerImpl (const char *compName) | |
~ConsoleTextLoggerImpl () | |
![]() | |
void | init (FwEnumStoreType instance=0) |
Initialize PassiveTextLoggerComponentBase object. More... | |
Fw::InputLogTextPort * | get_TextLogger_InputPort (FwIndexType portNum) |
![]() | |
void | setIdBase (const U32) |
Set the ID base. More... | |
U32 | getIdBase () const |
Additional Inherited Members | |
![]() | |
enum | { NUM_TEXTLOGGER_INPUT_PORTS = 1 } |
Enumerations for numbers of typed input ports. More... | |
![]() | |
PassiveTextLoggerComponentBase (const char *compName="") | |
Construct PassiveTextLoggerComponentBase object. More... | |
virtual | ~PassiveTextLoggerComponentBase () |
Destroy PassiveTextLoggerComponentBase object. More... | |
FwIndexType | getNum_TextLogger_InputPorts () const |
void | TextLogger_handlerBase (FwIndexType portNum, FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity &severity, Fw::TextLogString &text) |
Handler base-class function for input port TextLogger. More... | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. More... | |
virtual | ~PassiveComponentBase () |
Destructor. More... | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. More... | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Definition at line 8 of file ConsoleTextLoggerImpl.hpp.
Svc::ConsoleTextLoggerImpl::ConsoleTextLoggerImpl | ( | const char * | compName | ) |
Definition at line 8 of file ConsoleTextLoggerImplCommon.cpp.
Svc::ConsoleTextLoggerImpl::~ConsoleTextLoggerImpl | ( | ) |
Definition at line 12 of file ConsoleTextLoggerImplCommon.cpp.