![]() |
F´ Flight Software - C/C++ Documentation devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Seq/CmdSeqInPortAc.hpp>
Public Member Functions | |
| OutputCmdSeqInPort () | |
| Constructor. | |
| void | init () |
| Initialization function. | |
| void | addCallPort (InputCmdSeqInPort *callPort) |
| Register an input port. | |
| void | invoke (Fw::String &filename) |
| Invoke a port interface. | |
Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () |
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 CmdSeqIn port Port to request a sequence be run
Definition at line 99 of file CmdSeqInPortAc.hpp.
| Svc::OutputCmdSeqInPort::OutputCmdSeqInPort | ( | ) |
Constructor.
Definition at line 119 of file CmdSeqInPortAc.cpp.
| void Svc::OutputCmdSeqInPort::addCallPort | ( | InputCmdSeqInPort * | callPort | ) |
Register an input port.
| callPort | The input port |
Definition at line 133 of file CmdSeqInPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file CmdSeqInPortAc.cpp.
| void Svc::OutputCmdSeqInPort::invoke | ( | Fw::String & | filename | ) |
Invoke a port interface.
| filename | The sequence file |
Definition at line 146 of file CmdSeqInPortAc.cpp.