![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Ports/VersionPorts/VersionPortAc.hpp>
Public Member Functions | |
OutputVersionPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputVersionPort *callPort) |
Register an input port. More... | |
void | invoke (const Svc::VersionCfg::VersionEnum &version_id, Fw::StringBase &version_string, Svc::VersionStatus &status) 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 Version port Port for setting and getting Versions
Definition at line 106 of file VersionPortAc.hpp.
Svc::OutputVersionPort::OutputVersionPort | ( | ) |
Constructor.
Definition at line 137 of file VersionPortAc.cpp.
void Svc::OutputVersionPort::addCallPort | ( | InputVersionPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 151 of file VersionPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 145 of file VersionPortAc.cpp.
void Svc::OutputVersionPort::invoke | ( | const Svc::VersionCfg::VersionEnum & | version_id, |
Fw::StringBase & | version_string, | ||
Svc::VersionStatus & | status | ||
) | const |
Invoke a port interface.
version_id | The entry to access |
version_string | The value to be passed |
status | The command response argument |
Definition at line 164 of file VersionPortAc.cpp.