![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Tlm/TlmPortAc.hpp>
Public Member Functions | |
OutputTlmPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputTlmPort *callPort) |
Register an input port. More... | |
void | invoke (FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val) 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 Tlm port Port for sending telemetry
Definition at line 106 of file TlmPortAc.hpp.
Fw::OutputTlmPort::OutputTlmPort | ( | ) |
Constructor.
Definition at line 136 of file TlmPortAc.cpp.
void Fw::OutputTlmPort::addCallPort | ( | InputTlmPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 150 of file TlmPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 144 of file TlmPortAc.cpp.
void Fw::OutputTlmPort::invoke | ( | FwChanIdType | id, |
Fw::Time & | timeTag, | ||
Fw::TlmBuffer & | val | ||
) | const |
Invoke a port interface.
Definition at line 163 of file TlmPortAc.cpp.