![]() |
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... | |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
void | init () override |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
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.