9 #if FW_ENABLE_TEXT_LOGGING 32 this->m_TextLogger_InputPort[port].
init();
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());
60 static_cast<FwAssertArgType>(portNum)
63 return &this->m_TextLogger_InputPort[portNum];
72 Fw::PassiveComponentBase(compName)
111 static_cast<FwAssertArgType>(portNum)
128 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.
U32 FwEventIdType
The type of an event identifier.
const char * toChar() const
PassiveTextLoggerComponentBase(const char *compName="")
Construct PassiveTextLoggerComponentBase object.
Enum representing event severity.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
FwIndexType getNum_TextLogger_InputPorts() const
Fw::InputLogTextPort * get_TextLogger_InputPort(FwIndexType portNum)
PlatformIndexType FwIndexType
virtual ~PassiveTextLoggerComponentBase()
Destroy PassiveTextLoggerComponentBase object.
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
RateGroupDivider component implementation.
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.