10#if FW_ENABLE_TEXT_LOGGING
20 void FatalHandlerComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_FatalReceive_InputPorts());
32 this->m_FatalReceive_InputPort[port].init();
33 this->m_FatalReceive_InputPort[port].addCallComp(
37 this->m_FatalReceive_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_FatalReceive_InputPort[port].setObjName(portName.
toChar());
59 portNum < this->getNum_FatalReceive_InputPorts(),
63 return &this->m_FatalReceive_InputPort[portNum];
70 FatalHandlerComponentBase ::
71 FatalHandlerComponentBase(
const char* compName) :
72 Fw::PassiveComponentBase(compName)
77 FatalHandlerComponentBase ::
78 ~FatalHandlerComponentBase()
88 getNum_FatalReceive_InputPorts()
const
99 void FatalHandlerComponentBase ::
100 FatalReceive_handlerBase(
107 portNum < this->getNum_FatalReceive_InputPorts(),
112 this->FatalReceive_handler(
122 void FatalHandlerComponentBase ::
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
#define PRI_PlatformIntType
PlatformAssertArgType FwAssertArgType
PlatformIndexType FwIndexType
void init()
Object initializer.
const char * toChar() const
void format(const CHAR *formatString,...)
write formatted string to buffer
Auto-generated base for FatalHandler component.
void FatalReceive_handlerBase(FwIndexType portNum, FwEventIdType Id)
Handler base-class function for input port FatalReceive.