![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/LinuxTimer/LinuxTimer.hpp>
Public Member Functions | |
| LinuxTimer (const char *const compName) | |
| ~LinuxTimer () | |
| void | startTimer (const Fw::TimeInterval &interval) |
| Start timer. More... | |
| void | quit () |
| Quit timer. More... | |
Public Member Functions inherited from Svc::LinuxTimerComponentBase | |
| void | init (FwEnumStoreType instance=0) |
| Initialize LinuxTimerComponentBase object. More... | |
| void | set_CycleOut_OutputPort (FwIndexType portNum, Svc::InputCyclePort *port) |
| Connect port to CycleOut[portNum]. More... | |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const FwIdType) |
| Set the ID base. More... | |
| FwIdType | getIdBase () const |
Additional Inherited Members | |
Protected Types inherited from Svc::LinuxTimerComponentBase | |
| enum | { NUM_CYCLEOUT_OUTPUT_PORTS = 1 } |
| Enumerations for numbers of typed output ports. More... | |
Protected Member Functions inherited from Svc::LinuxTimerComponentBase | |
| LinuxTimerComponentBase (const char *compName="") | |
| Construct LinuxTimerComponentBase object. More... | |
| virtual | ~LinuxTimerComponentBase () |
| Destroy LinuxTimerComponentBase object. More... | |
| bool | isConnected_CycleOut_OutputPort (FwIndexType portNum) |
| void | CycleOut_out (FwIndexType portNum, Os::RawTime &cycleStart) |
| Invoke output port CycleOut. More... | |
Protected Member Functions inherited from Fw::PassiveComponentBase | |
| PassiveComponentBase (const char *name) | |
| Named constructor. More... | |
| virtual | ~PassiveComponentBase () |
| Destructor. More... | |
| void | init (FwEnumStoreType instance) |
| Initialization function. More... | |
| FwEnumStoreType | 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... | |
Static Protected Member Functions inherited from Svc::LinuxTimerComponentBase | |
| static constexpr FwIndexType | getNum_CycleOut_OutputPorts () |
Definition at line 23 of file LinuxTimer.hpp.
| Svc::LinuxTimer::LinuxTimer | ( | const char *const | compName | ) |
Construct object LinuxTimer
| compName | The component name |
Definition at line 22 of file LinuxTimerCommon.cpp.
| Svc::LinuxTimer::~LinuxTimer | ( | ) |
Destroy object LinuxTimer
Definition at line 24 of file LinuxTimerCommon.cpp.
| void Svc::LinuxTimer::quit | ( | ) |
Quit timer.
Definition at line 26 of file LinuxTimerCommon.cpp.
| void Svc::LinuxTimer::startTimer | ( | const Fw::TimeInterval & | interval | ) |