![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Prm/PrmSetPortAc.hpp>
Public Member Functions | |
OutputPrmSetPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputPrmSetPort *callPort) |
Register an input port. More... | |
void | invoke (FwPrmIdType id, Fw::ParamBuffer &val) |
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 PrmSet port Port for setting a parameter
Definition at line 102 of file PrmSetPortAc.hpp.
Fw::OutputPrmSetPort::OutputPrmSetPort | ( | ) |
Constructor.
Definition at line 128 of file PrmSetPortAc.cpp.
void Fw::OutputPrmSetPort::addCallPort | ( | InputPrmSetPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 142 of file PrmSetPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 136 of file PrmSetPortAc.cpp.
void Fw::OutputPrmSetPort::invoke | ( | FwPrmIdType | id, |
Fw::ParamBuffer & | val | ||
) |
Invoke a port interface.
id | Parameter ID |
val | Buffer containing serialized parameter value |
Definition at line 155 of file PrmSetPortAc.cpp.