![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/PosixTime/PosixTime.hpp>
Public Member Functions | |
PosixTime (const char *compName) | |
virtual | ~PosixTime () |
![]() | |
void | init (FwEnumStoreType instance=0) |
Initialize PosixTimeComponentBase object. | |
Fw::InputTimePort * | get_timeGetPort_InputPort (FwIndexType portNum) |
![]() | |
void | setIdBase (const U32) |
Set the ID base. | |
U32 | getIdBase () const |
Protected Member Functions | |
void | timeGetPort_handler (NATIVE_INT_TYPE portNum, Fw::Time &time) |
Handler for input port timeGetPort. | |
![]() | |
PosixTimeComponentBase (const char *compName="") | |
Construct PosixTimeComponentBase object. | |
virtual | ~PosixTimeComponentBase () |
Destroy PosixTimeComponentBase object. | |
FwIndexType | getNum_timeGetPort_InputPorts () const |
void | timeGetPort_handlerBase (FwIndexType portNum, Fw::Time &time) |
Handler base-class function for input port timeGetPort. | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. | |
virtual | ~PassiveComponentBase () |
Destructor. | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. | |
virtual | ~ObjBase () |
Destructor. | |
void | init () |
Object initializer. | |
Additional Inherited Members | |
![]() | |
enum | { NUM_TIMEGETPORT_INPUT_PORTS = 1 } |
Enumerations for numbers of typed input ports. More... | |
Definition at line 15 of file PosixTime.hpp.
|
explicit |
Definition at line 14 of file PosixTime.cpp.
|
virtual |
Definition at line 18 of file PosixTime.cpp.
|
protectedvirtual |
Handler for input port timeGetPort.
portNum | The port number |
time | Reference to Time object |
Implements Svc::PosixTimeComponentBase.
Definition at line 21 of file PosixTime.cpp.