![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Cmd/CmdResponsePortAc.hpp>
Public Member Functions | |
OutputCmdResponsePort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputCmdResponsePort *callPort) |
Register an input port. More... | |
void | invoke (FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response) |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output CmdResponse port Port for sending command responses
Definition at line 105 of file CmdResponsePortAc.hpp.
Fw::OutputCmdResponsePort::OutputCmdResponsePort | ( | ) |
Constructor.
Definition at line 135 of file CmdResponsePortAc.cpp.
void Fw::OutputCmdResponsePort::addCallPort | ( | InputCmdResponsePort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 149 of file CmdResponsePortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 143 of file CmdResponsePortAc.cpp.
void Fw::OutputCmdResponsePort::invoke | ( | FwOpcodeType | opCode, |
U32 | cmdSeq, | ||
const Fw::CmdResponse & | response | ||
) |
Invoke a port interface.
opCode | Command Op Code |
cmdSeq | Command Sequence |
response | The command response argument |
Definition at line 162 of file CmdResponsePortAc.cpp.