7#ifndef Svc_FatalHandlerComponentAc_HPP
8#define Svc_FatalHandlerComponentAc_HPP
76 const char* compName =
""
126 static void m_p_FatalReceive_in(
PlatformIntType NATIVE_INT_TYPE
C++-compatible configuration header for fprime configuration.
void init()
Object initializer.
Auto-generated base for FatalHandler component.
@ NUM_FATALRECEIVE_INPUT_PORTS
virtual void FatalReceive_handler(NATIVE_INT_TYPE portNum, FwEventIdType Id)=0
Handler for input port FatalReceive.
NATIVE_INT_TYPE getNum_FatalReceive_InputPorts() const
Svc::InputFatalEventPort * get_FatalReceive_InputPort(NATIVE_INT_TYPE portNum)
FatalHandlerComponentBase(const char *compName="")
Construct FatalHandlerComponentBase object.
virtual ~FatalHandlerComponentBase()
Destroy FatalHandlerComponentBase object.
friend class FatalHandlerComponentBaseFriend
Friend class for white-box testing.
void FatalReceive_handlerBase(NATIVE_INT_TYPE portNum, FwEventIdType Id)
Handler base-class function for input port FatalReceive.