![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Com/ComPortAc.hpp>
Public Member Functions | |
OutputComPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputComPort *callPort) |
Register an input port. More... | |
void | invoke (Fw::ComBuffer &data, U32 context) const |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
void | init () override |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output Com port Port for passing communication packet buffers
Definition at line 102 of file ComPortAc.hpp.
Fw::OutputComPort::OutputComPort | ( | ) |
Constructor.
Definition at line 129 of file ComPortAc.cpp.
void Fw::OutputComPort::addCallPort | ( | InputComPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 143 of file ComPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 137 of file ComPortAc.cpp.
void Fw::OutputComPort::invoke | ( | Fw::ComBuffer & | data, |
U32 | context | ||
) | const |
Invoke a port interface.
data | Buffer containing packet data |
context | Call context value; meaning chosen by user |
Definition at line 156 of file ComPortAc.cpp.