9 #if FW_ENABLE_TEXT_LOGGING 26 #if !FW_DIRECT_PORT_CALLS 33 this->m_TextLogger_InputPort[port].
init();
38 this->m_TextLogger_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1 44 this->m_objName.toChar(),
47 this->m_TextLogger_InputPort[port].setObjName(portName.
toChar());
53 #if !FW_DIRECT_PORT_CALLS 64 static_cast<FwAssertArgType>(portNum)
67 return &this->m_TextLogger_InputPort[portNum];
78 Fw::PassiveComponentBase(compName)
107 static_cast<FwAssertArgType>(portNum)
124 void PassiveTextLoggerComponentBase ::
virtual void TextLogger_handler(FwIndexType portNum, FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity &severity, Fw::TextLogString &text)=0
Handler for input port TextLogger.
void addCallComp(Fw::PassiveComponentBase *callComp, CompFuncPtr funcPtr)
Register a component.
void init()
Initialization function.
Auto-generated base for PassiveTextLogger component.
void init()
Object initializer.
FwIdType FwEventIdType
The type of an event identifier.
const char * toChar() const
Convert to a C-style char*.
PassiveTextLoggerComponentBase(const char *compName="")
Construct PassiveTextLoggerComponentBase object.
static constexpr FwIndexType getNum_TextLogger_InputPorts()
Enum representing event severity.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
Fw::InputLogTextPort * get_TextLogger_InputPort(FwIndexType portNum)
PlatformIndexType FwIndexType
virtual ~PassiveTextLoggerComponentBase()
Destroy PassiveTextLoggerComponentBase object.
RateGroupDivider component implementation.
Implementation of malloc based allocator.
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.