F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Svc::FatalHandlerComponentImpl Class Reference

#include <Svc/FatalHandler/FatalHandlerComponentImpl.hpp>

Inheritance diagram for Svc::FatalHandlerComponentImpl:
Svc::FatalHandlerComponentBase Fw::PassiveComponentBase Fw::ObjBase

Public Member Functions

 FatalHandlerComponentImpl (const char *const compName)
 
 ~FatalHandlerComponentImpl ()
 
- Public Member Functions inherited from Svc::FatalHandlerComponentBase
void init (FwEnumStoreType instance=0)
 Initialize FatalHandlerComponentBase object. More...
 
Svc::InputFatalEventPortget_FatalReceive_InputPort (FwIndexType portNum)
 
- Public Member Functions inherited from Fw::PassiveComponentBase
void setIdBase (const U32)
 Set the ID base. More...
 
U32 getIdBase () const
 

Additional Inherited Members

- Protected Types inherited from Svc::FatalHandlerComponentBase
enum  { NUM_FATALRECEIVE_INPUT_PORTS = 1 }
 Enumerations for numbers of typed input ports. More...
 
- Protected Member Functions inherited from Svc::FatalHandlerComponentBase
 FatalHandlerComponentBase (const char *compName="")
 Construct FatalHandlerComponentBase object. More...
 
virtual ~FatalHandlerComponentBase ()
 Destroy FatalHandlerComponentBase object. More...
 
FwIndexType getNum_FatalReceive_InputPorts () const
 
void FatalReceive_handlerBase (FwIndexType portNum, FwEventIdType Id)
 Handler base-class function for input port FatalReceive. More...
 
- Protected Member Functions inherited from Fw::PassiveComponentBase
 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
 
- Protected Member Functions inherited from Fw::ObjBase
 ObjBase (const char *name)
 ObjBase constructor. More...
 
virtual ~ObjBase ()
 Destructor. More...
 
void init ()
 Object initializer. More...
 

Detailed Description

Definition at line 20 of file FatalHandlerComponentImpl.hpp.

Constructor & Destructor Documentation

◆ FatalHandlerComponentImpl()

Svc::FatalHandlerComponentImpl::FatalHandlerComponentImpl ( const char *const  compName)

Construct object FatalHandler

Parameters
compNameThe component name

Definition at line 24 of file FatalHandlerComponentCommonImpl.cpp.

◆ ~FatalHandlerComponentImpl()

Svc::FatalHandlerComponentImpl::~FatalHandlerComponentImpl ( )

Destroy object FatalHandler

Definition at line 32 of file FatalHandlerComponentCommonImpl.cpp.


The documentation for this class was generated from the following files: