![]() |
F´ Flight Software - C/C++ Documentation
devel
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) | |
void | init (const NATIVE_INT_TYPE instance=0) |
~FatalHandlerComponentImpl () | |
![]() | |
void | init (NATIVE_INT_TYPE instance=0) |
Initialize FatalHandlerComponentBase object. More... | |
Svc::InputFatalEventPort * | get_FatalReceive_InputPort (NATIVE_INT_TYPE portNum) |
![]() | |
void | setIdBase (const U32) |
Set the ID base. More... | |
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. More... | |
virtual | ~FatalHandlerComponentBase () |
Destroy FatalHandlerComponentBase object. More... | |
NATIVE_INT_TYPE | getNum_FatalReceive_InputPorts () const |
void | FatalReceive_handlerBase (NATIVE_INT_TYPE portNum, FwEventIdType Id) |
Handler base-class function for input port FatalReceive. More... | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. More... | |
virtual | ~PassiveComponentBase () |
Destructor. More... | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. More... | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
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 39 of file FatalHandlerComponentCommonImpl.cpp.
void Svc::FatalHandlerComponentImpl::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object FatalHandler
instance | The instance number |
Definition at line 31 of file FatalHandlerComponentCommonImpl.cpp.