|  | 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. | |
|  Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () const | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Fw::OutputPortBase | |
| OutputPortBase () | |
| virtual | ~OutputPortBase () | 
|  Protected Member Functions inherited from Fw::PortBase | |
| PortBase () | |
| virtual | ~PortBase () | 
|  Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. | |
| virtual | ~ObjBase () | 
| Destructor. | |
| void | init () | 
| Object initializer. | |
|  Protected Attributes inherited from Fw::PortBase | |
| 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.