![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Drv/DataTypes/DataBufferPortAc.hpp>
Public Member Functions | |
OutputDataBufferPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputDataBufferPort *callPort) |
Register an input port. More... | |
void | invoke (Drv::DataBuffer &buff) |
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 DataBuffer port Data Buffer Port
Definition at line 99 of file DataBufferPortAc.hpp.
Drv::OutputDataBufferPort::OutputDataBufferPort | ( | ) |
Constructor.
Definition at line 119 of file DataBufferPortAc.cpp.
void Drv::OutputDataBufferPort::addCallPort | ( | InputDataBufferPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file DataBufferPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file DataBufferPortAc.cpp.
void Drv::OutputDataBufferPort::invoke | ( | Drv::DataBuffer & | buff | ) |
Invoke a port interface.
buff | A data buffer |
Definition at line 146 of file DataBufferPortAc.cpp.