![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Cycle/CyclePortAc.hpp>
Public Member Functions | |
OutputCyclePort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputCyclePort *callPort) |
Register an input port. More... | |
void | invoke (Svc::TimerVal &cycleStart) |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
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 | ( | Svc::TimerVal & | cycleStart | ) |
Invoke a port interface.
cycleStart | Cycle start timer value |
Definition at line 146 of file CyclePortAc.cpp.