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