11#if FW_ENABLE_TEXT_LOGGING
21 void FatalHandlerComponentBase ::
30 port < static_cast<PlatformIntType>(this->getNum_FatalReceive_InputPorts());
33 this->m_FatalReceive_InputPort[port].init();
34 this->m_FatalReceive_InputPort[port].addCallComp(
38 this->m_FatalReceive_InputPort[port].setPortNum(port);
40#if FW_OBJECT_NAMES == 1
49 this->m_FatalReceive_InputPort[port].setObjName(portName);
21 void FatalHandlerComponentBase :: {
…}
62 portNum < this->getNum_FatalReceive_InputPorts(),
66 return &this->m_FatalReceive_InputPort[portNum];
73 FatalHandlerComponentBase ::
74 FatalHandlerComponentBase(
const char* compName) :
75 Fw::PassiveComponentBase(compName)
73 FatalHandlerComponentBase :: {
…}
80 FatalHandlerComponentBase ::
81 ~FatalHandlerComponentBase()
80 FatalHandlerComponentBase :: {
…}
91 getNum_FatalReceive_InputPorts()
const
102 void FatalHandlerComponentBase ::
103 FatalReceive_handlerBase(
110 portNum < this->getNum_FatalReceive_InputPorts(),
115 this->FatalReceive_handler(
102 void FatalHandlerComponentBase :: {
…}
125 void FatalHandlerComponentBase ::
PlatformIntType NATIVE_INT_TYPE
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
int PlatformIntType
DefaultTypes.hpp provides fallback defaults for the platform types.
#define PRI_PlatformIntType
PlatformAssertArgType FwAssertArgType
void init()
Object initializer.
Auto-generated base for FatalHandler component.
void FatalReceive_handlerBase(NATIVE_INT_TYPE portNum, FwEventIdType Id)
Handler base-class function for input port FatalReceive.