![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Sched/SchedPortAc.hpp>
Public Member Functions | |
OutputSchedPort () | |
Constructor. | |
void | init () |
Initialization function. | |
void | addCallPort (InputSchedPort *callPort) |
Register an input port. | |
void | invoke (U32 context) 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 Sched port Scheduler Port with order argument
Definition at line 98 of file SchedPortAc.hpp.
Svc::OutputSchedPort::OutputSchedPort | ( | ) |
Constructor.
Definition at line 119 of file SchedPortAc.cpp.
void Svc::OutputSchedPort::addCallPort | ( | InputSchedPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file SchedPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file SchedPortAc.cpp.
void Svc::OutputSchedPort::invoke | ( | U32 | context | ) | const |
Invoke a port interface.
context | The call order |
Definition at line 146 of file SchedPortAc.cpp.