![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Ports/Ready/ReadyPortAc.hpp>
Public Member Functions | |
OutputReadyPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputReadyPort *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 Ready port As an input: Request that a component start operating or indicate that the prerequisites for the component are satisfied. As an output: Indicate that a component is now operating normally and is ready to service requests.
Each Ready port shall be invoked once.
Definition at line 120 of file ReadyPortAc.hpp.
Fw::OutputReadyPort::OutputReadyPort | ( | ) |
Constructor.
Definition at line 110 of file ReadyPortAc.cpp.
void Fw::OutputReadyPort::addCallPort | ( | InputReadyPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 124 of file ReadyPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 118 of file ReadyPortAc.cpp.
void Fw::OutputReadyPort::invoke | ( | ) | const |
Invoke a port interface.
Definition at line 137 of file ReadyPortAc.cpp.