![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/PolyIf/PolyPortAc.hpp>
Public Member Functions | |
OutputPolyPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputPolyPort *callPort) |
Register an input port. More... | |
void | invoke (const Svc::PolyDbCfg::PolyDbEntry &entry, Svc::MeasurementStatus &status, Fw::Time &time, Fw::PolyType &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 Poly port Port for setting and getting PolyType values
Definition at line 111 of file PolyPortAc.hpp.
Svc::OutputPolyPort::OutputPolyPort | ( | ) |
Constructor.
Definition at line 143 of file PolyPortAc.cpp.
void Svc::OutputPolyPort::addCallPort | ( | InputPolyPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 157 of file PolyPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 151 of file PolyPortAc.cpp.
void Svc::OutputPolyPort::invoke | ( | const Svc::PolyDbCfg::PolyDbEntry & | entry, |
Svc::MeasurementStatus & | status, | ||
Fw::Time & | time, | ||
Fw::PolyType & | val | ||
) | const |
Invoke a port interface.
entry | The entry to access |
status | The command response argument |
time | The time of the measurement |
val | The value to be passed |
Definition at line 170 of file PolyPortAc.cpp.