![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Cycle/CyclePortAc.hpp>
Public Member Functions | |
OutputCyclePort () | |
Constructor. | |
void | init () |
Initialization function. | |
void | addCallPort (InputCyclePort *callPort) |
Register an input port. | |
void | invoke (Os::RawTime &cycleStart) const |
Invoke a port interface. | |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. | |
virtual | ~ObjBase () |
Destructor. | |
void | init () |
Object initializer. | |
![]() | |
Fw::ObjBase * | m_connObj |
Output Cycle port Time cycle Port with timestamp argument
Definition at line 99 of file CyclePortAc.hpp.
Svc::OutputCyclePort::OutputCyclePort | ( | ) |
Constructor.
Definition at line 119 of file CyclePortAc.cpp.
void Svc::OutputCyclePort::addCallPort | ( | InputCyclePort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file CyclePortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file CyclePortAc.cpp.
void Svc::OutputCyclePort::invoke | ( | Os::RawTime & | cycleStart | ) | const |
Invoke a port interface.
cycleStart | Cycle start timestamp |
Definition at line 146 of file CyclePortAc.cpp.