![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Dp/DpSendPortAc.hpp>
Public Member Functions | |
OutputDpSendPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputDpSendPort *callPort) |
Register an input port. More... | |
void | invoke (FwDpIdType id, const Fw::Buffer &buffer) |
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 DpSend port Port for sending a data product buffer
Definition at line 102 of file DpSendPortAc.hpp.
Fw::OutputDpSendPort::OutputDpSendPort | ( | ) |
Constructor.
Definition at line 128 of file DpSendPortAc.cpp.
void Fw::OutputDpSendPort::addCallPort | ( | InputDpSendPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 142 of file DpSendPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 136 of file DpSendPortAc.cpp.
void Fw::OutputDpSendPort::invoke | ( | FwDpIdType | id, |
const Fw::Buffer & | buffer | ||
) |
Invoke a port interface.
id | The container ID |
buffer | The buffer |
Definition at line 155 of file DpSendPortAc.cpp.