![]() |
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. More... | |
| void | init () |
| Initialization function. More... | |
| void | addCallPort (InputSchedPort *callPort) |
| Register an input port. More... | |
| void | invoke (U32 context) const |
| Invoke a port connection. More... | |
Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () const |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::OutputPortBase | |
| OutputPortBase () | |
| virtual | ~OutputPortBase () |
| void | init () override |
Protected Member Functions inherited from Fw::PortBase | |
| PortBase () | |
| virtual | ~PortBase () |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Protected Attributes inherited from Fw::PortBase | |
| Fw::ObjBase * | m_connObj |
Output Sched port Scheduler Port with order argument
Definition at line 196 of file SchedPortAc.hpp.
| Svc::OutputSchedPort::OutputSchedPort | ( | ) |
Constructor.
Definition at line 139 of file SchedPortAc.cpp.
| void Svc::OutputSchedPort::addCallPort | ( | InputSchedPort * | callPort | ) |
Register an input port.
| callPort | The input port |
Definition at line 157 of file SchedPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 151 of file SchedPortAc.cpp.
| void Svc::OutputSchedPort::invoke | ( | U32 | context | ) | const |
Invoke a port connection.
| context | The call order |
Definition at line 170 of file SchedPortAc.cpp.