![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Buffer/BufferGetPortAc.hpp>
Public Member Functions | |
OutputBufferGetPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputBufferGetPort *callPort) |
Register an input port. More... | |
Fw::Buffer | invoke (U32 size) |
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 BufferGet port Port for getting a buffer Returns the buffer
Definition at line 100 of file BufferGetPortAc.hpp.
Fw::OutputBufferGetPort::OutputBufferGetPort | ( | ) |
Constructor.
Definition at line 76 of file BufferGetPortAc.cpp.
void Fw::OutputBufferGetPort::addCallPort | ( | InputBufferGetPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 90 of file BufferGetPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 84 of file BufferGetPortAc.cpp.
Fw::Buffer Fw::OutputBufferGetPort::invoke | ( | U32 | size | ) |
Invoke a port interface.
size | The requested size |
Definition at line 103 of file BufferGetPortAc.cpp.