![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Time/TimePortAc.hpp>
Public Member Functions | |
OutputTimePort () | |
Constructor. | |
void | init () |
Initialization function. | |
void | addCallPort (InputTimePort *callPort) |
Register an input port. | |
void | invoke (Fw::Time &time) 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 |
Definition at line 99 of file TimePortAc.hpp.
Fw::OutputTimePort::OutputTimePort | ( | ) |
Constructor.
Definition at line 119 of file TimePortAc.cpp.
void Fw::OutputTimePort::addCallPort | ( | InputTimePort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file TimePortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file TimePortAc.cpp.
void Fw::OutputTimePort::invoke | ( | Fw::Time & | time | ) | const |
Invoke a port interface.
time | Reference to Time object |
Definition at line 146 of file TimePortAc.cpp.