9 #if FW_ENABLE_TEXT_LOGGING 26 #if !FW_DIRECT_PORT_CALLS 33 this->m_FatalReceive_InputPort[port].
init();
38 this->m_FatalReceive_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1 44 this->m_objName.toChar(),
47 this->m_FatalReceive_InputPort[port].setObjName(portName.
toChar());
53 #if !FW_DIRECT_PORT_CALLS 64 static_cast<FwAssertArgType>(portNum)
67 return &this->m_FatalReceive_InputPort[portNum];
78 Fw::PassiveComponentBase(compName)
104 static_cast<FwAssertArgType>(portNum)
118 void FatalHandlerComponentBase ::
virtual ~FatalHandlerComponentBase()
Destroy FatalHandlerComponentBase object.
Svc::InputFatalEventPort * get_FatalReceive_InputPort(FwIndexType portNum)
static constexpr FwIndexType getNum_FatalReceive_InputPorts()
void init()
Object initializer.
FwIdType FwEventIdType
The type of an event identifier.
Auto-generated base for FatalHandler component.
const char * toChar() const
Convert to a C-style char*.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
virtual void FatalReceive_handler(FwIndexType portNum, FwEventIdType Id)=0
Handler for input port FatalReceive.
Implementation of malloc based allocator.
FatalHandlerComponentBase(const char *compName="")
Construct FatalHandlerComponentBase object.
void FatalReceive_handlerBase(FwIndexType portNum, FwEventIdType Id)
Handler base-class function for input port FatalReceive.