![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Cmd/CmdPortAc.hpp>
Public Member Functions | |
OutputCmdPort () | |
Constructor. | |
void | init () |
Initialization function. | |
void | addCallPort (InputCmdPort *callPort) |
Register an input port. | |
void | invoke (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) 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 Cmd port Port for sending commands
Definition at line 105 of file CmdPortAc.hpp.
Fw::OutputCmdPort::OutputCmdPort | ( | ) |
Constructor.
Definition at line 135 of file CmdPortAc.cpp.
void Fw::OutputCmdPort::addCallPort | ( | InputCmdPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 149 of file CmdPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 143 of file CmdPortAc.cpp.
void Fw::OutputCmdPort::invoke | ( | FwOpcodeType | opCode, |
U32 | cmdSeq, | ||
Fw::CmdArgBuffer & | args | ||
) | const |
Invoke a port interface.
opCode | Command Op Code |
cmdSeq | Command Sequence |
args | Buffer containing arguments |
Definition at line 162 of file CmdPortAc.cpp.