20 void PassiveTextLoggerComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_TextLogger_InputPorts());
32 this->m_TextLogger_InputPort[port].init();
33 this->m_TextLogger_InputPort[port].addCallComp(
37 this->m_TextLogger_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_TextLogger_InputPort[port].setObjName(portName.
toChar());
Auto-generated base for PassiveTextLogger component.
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.