![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Dp/DpGetPortAc.hpp>
Public Member Functions | |
OutputDpGetPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputDpGetPort *callPort) |
Register an input port. More... | |
Fw::Success | invoke (FwDpIdType id, FwSizeType dataSize, 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 DpGet port Port for synchronously getting a data product buffer Returns the status
On return, buffer should be set to a valid buffer large enough to hold a data product packet with the requested data size (if status is SUCCESS) or an invalid buffer (if status is FAILURE).
Definition at line 115 of file DpGetPortAc.hpp.
Fw::OutputDpGetPort::OutputDpGetPort | ( | ) |
Constructor.
Definition at line 80 of file DpGetPortAc.cpp.
void Fw::OutputDpGetPort::addCallPort | ( | InputDpGetPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 94 of file DpGetPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 88 of file DpGetPortAc.cpp.
Fw::Success Fw::OutputDpGetPort::invoke | ( | FwDpIdType | id, |
FwSizeType | dataSize, | ||
Fw::Buffer & | buffer | ||
) |
Invoke a port interface.
id | The container ID (input) |
dataSize | The data size of the requested buffer (input) |
buffer | The buffer (output) |
Definition at line 107 of file DpGetPortAc.cpp.