![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Dp/DpResponsePortAc.hpp>
Public Member Functions | |
OutputDpResponsePort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputDpResponsePort *callPort) |
Register an input port. More... | |
void | invoke (FwDpIdType id, const Fw::Buffer &buffer, const Fw::Success &status) |
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 DpResponse port Port for receiving a response to a buffer request
Definition at line 106 of file DpResponsePortAc.hpp.
Fw::OutputDpResponsePort::OutputDpResponsePort | ( | ) |
Constructor.
Definition at line 135 of file DpResponsePortAc.cpp.
void Fw::OutputDpResponsePort::addCallPort | ( | InputDpResponsePort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 149 of file DpResponsePortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 143 of file DpResponsePortAc.cpp.
void Fw::OutputDpResponsePort::invoke | ( | FwDpIdType | id, |
const Fw::Buffer & | buffer, | ||
const Fw::Success & | status | ||
) |
Invoke a port interface.
id | The container ID |
buffer | The buffer |
status | The status |
Definition at line 162 of file DpResponsePortAc.cpp.