![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Fatal/FatalEventPortAc.hpp>
Public Member Functions | |
OutputFatalEventPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputFatalEventPort *callPort) |
Register an input port. More... | |
void | invoke (FwEventIdType Id) |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output FatalEvent port Fatal announce port with FATAL Event ID
Definition at line 98 of file FatalEventPortAc.hpp.
Svc::OutputFatalEventPort::OutputFatalEventPort | ( | ) |
Constructor.
Definition at line 119 of file FatalEventPortAc.cpp.
void Svc::OutputFatalEventPort::addCallPort | ( | InputFatalEventPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file FatalEventPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file FatalEventPortAc.cpp.
void Svc::OutputFatalEventPort::invoke | ( | FwEventIdType | Id | ) |
Invoke a port interface.
Id | The ID of the FATAL event |
Definition at line 146 of file FatalEventPortAc.cpp.