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