![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Ports/SuccessCondition/SuccessConditionPortAc.hpp>
Public Member Functions | |
| OutputSuccessConditionPort () | |
| Constructor. More... | |
| void | init () |
| Initialization function. More... | |
| void | addCallPort (InputSuccessConditionPort *callPort) |
| Register an input port. More... | |
| void | invoke (Fw::Success &condition) |
| Invoke a port interface. More... | |
Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::OutputPortBase | |
| OutputPortBase () | |
| virtual | ~OutputPortBase () |
Protected Member Functions inherited from Fw::PortBase | |
| PortBase () | |
| virtual | ~PortBase () |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Protected Attributes inherited from Fw::PortBase | |
| Fw::ObjBase * | m_connObj |
Output SuccessCondition port Port communicating success or failure condition
Definition at line 99 of file SuccessConditionPortAc.hpp.
| Fw::OutputSuccessConditionPort::OutputSuccessConditionPort | ( | ) |
Constructor.
Definition at line 119 of file SuccessConditionPortAc.cpp.
| void Fw::OutputSuccessConditionPort::addCallPort | ( | InputSuccessConditionPort * | callPort | ) |
Register an input port.
| callPort | The input port |
Definition at line 133 of file SuccessConditionPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file SuccessConditionPortAc.cpp.
| void Fw::OutputSuccessConditionPort::invoke | ( | Fw::Success & | condition | ) |
Invoke a port interface.
| condition | Condition success/failure |
Definition at line 146 of file SuccessConditionPortAc.cpp.