![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Dp/DpRequestPortAc.hpp>
Public Member Functions | |
OutputDpRequestPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputDpRequestPort *callPort) |
Register an input port. More... | |
void | invoke (FwDpIdType id, FwSizeType dataSize) |
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 DpRequest port Port for sending a request for a data product buffer to back a data product container. The request is for a buffer large enough to hold a data product packet with the requested data size.
Definition at line 107 of file DpRequestPortAc.hpp.
Fw::OutputDpRequestPort::OutputDpRequestPort | ( | ) |
Constructor.
Definition at line 128 of file DpRequestPortAc.cpp.
void Fw::OutputDpRequestPort::addCallPort | ( | InputDpRequestPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 142 of file DpRequestPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 136 of file DpRequestPortAc.cpp.
void Fw::OutputDpRequestPort::invoke | ( | FwDpIdType | id, |
FwSizeType | dataSize | ||
) |
Invoke a port interface.
id | The container ID |
dataSize | The data size of the requested buffer |
Definition at line 155 of file DpRequestPortAc.cpp.