![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FatalHandler/FatalHandlerComponentImpl.hpp>
Public Member Functions | |
FatalHandlerComponentImpl (const char *const compName) | |
~FatalHandlerComponentImpl () | |
![]() | |
void | init (FwEnumStoreType instance=0) |
Initialize FatalHandlerComponentBase object. | |
Svc::InputFatalEventPort * | get_FatalReceive_InputPort (FwIndexType portNum) |
![]() | |
void | setIdBase (const U32) |
Set the ID base. | |
U32 | getIdBase () const |
Additional Inherited Members | |
![]() | |
enum | { NUM_FATALRECEIVE_INPUT_PORTS = 1 } |
Enumerations for numbers of typed input ports. More... | |
![]() | |
FatalHandlerComponentBase (const char *compName="") | |
Construct FatalHandlerComponentBase object. | |
virtual | ~FatalHandlerComponentBase () |
Destroy FatalHandlerComponentBase object. | |
FwIndexType | getNum_FatalReceive_InputPorts () const |
void | FatalReceive_handlerBase (FwIndexType portNum, FwEventIdType Id) |
Handler base-class function for input port FatalReceive. | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. | |
virtual | ~PassiveComponentBase () |
Destructor. | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. | |
virtual | ~ObjBase () |
Destructor. | |
void | init () |
Object initializer. | |
Definition at line 20 of file FatalHandlerComponentImpl.hpp.
Svc::FatalHandlerComponentImpl::FatalHandlerComponentImpl | ( | const char *const | compName | ) |
Construct object FatalHandler
compName | The component name |
Definition at line 23 of file FatalHandlerComponentCommonImpl.cpp.
Svc::FatalHandlerComponentImpl::~FatalHandlerComponentImpl | ( | ) |
Destroy object FatalHandler
Definition at line 31 of file FatalHandlerComponentCommonImpl.cpp.