![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/Ping/PingPortAc.hpp>
Public Member Functions | |
OutputPingPort () | |
Constructor. | |
void | init () |
Initialization function. | |
void | addCallPort (InputPingPort *callPort) |
Register an input port. | |
void | invoke (U32 key) const |
Invoke a port interface. | |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. | |
virtual | ~ObjBase () |
Destructor. | |
void | init () |
Object initializer. | |
![]() | |
Fw::ObjBase * | m_connObj |
Output Ping port Port for pinging active components
Definition at line 98 of file PingPortAc.hpp.
Svc::OutputPingPort::OutputPingPort | ( | ) |
Constructor.
Definition at line 119 of file PingPortAc.cpp.
void Svc::OutputPingPort::addCallPort | ( | InputPingPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file PingPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file PingPortAc.cpp.
void Svc::OutputPingPort::invoke | ( | U32 | key | ) | const |
Invoke a port interface.
key | Value to return to pinger |
Definition at line 146 of file PingPortAc.cpp.