![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Ports/Signal/SignalPortAc.hpp>
Public Member Functions | |
| OutputSignalPort () | |
| Constructor. More... | |
| void | init () |
| Initialization function. More... | |
| void | addCallPort (InputSignalPort *callPort) |
| Register an input port. More... | |
| void | invoke () const |
| Invoke a port interface. More... | |
Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () const |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::OutputPortBase | |
| OutputPortBase () | |
| virtual | ~OutputPortBase () |
| void | init () override |
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 Signal port Port to signal some condition
Definition at line 94 of file SignalPortAc.hpp.
| Fw::OutputSignalPort::OutputSignalPort | ( | ) |
Constructor.
Definition at line 110 of file SignalPortAc.cpp.
| void Fw::OutputSignalPort::addCallPort | ( | InputSignalPort * | callPort | ) |
Register an input port.
| callPort | The input port |
Definition at line 124 of file SignalPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 118 of file SignalPortAc.cpp.
| void Fw::OutputSignalPort::invoke | ( | ) | const |
Invoke a port interface.
Definition at line 137 of file SignalPortAc.cpp.