![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/LinuxTimer/LinuxTimerComponentImpl.hpp>
Public Member Functions | |
LinuxTimerComponentImpl (const char *const compName) | |
void | init (const NATIVE_INT_TYPE instance=0) |
~LinuxTimerComponentImpl () | |
void | startTimer (NATIVE_INT_TYPE interval) |
Start timer. More... | |
void | quit () |
Quit timer. More... | |
![]() | |
void | init (NATIVE_INT_TYPE instance=0) |
Initialize LinuxTimerComponentBase object. More... | |
void | set_CycleOut_OutputPort (NATIVE_INT_TYPE portNum, Svc::InputCyclePort *port) |
Connect port to CycleOut[portNum]. More... | |
![]() | |
void | setIdBase (const U32) |
Set the ID base. More... | |
U32 | getIdBase () const |
Additional Inherited Members | |
![]() | |
enum | { NUM_CYCLEOUT_OUTPUT_PORTS = 1 } |
Enumerations for numbers of typed output ports. More... | |
![]() | |
LinuxTimerComponentBase (const char *compName="") | |
Construct LinuxTimerComponentBase object. More... | |
virtual | ~LinuxTimerComponentBase () |
Destroy LinuxTimerComponentBase object. More... | |
NATIVE_INT_TYPE | getNum_CycleOut_OutputPorts () const |
bool | isConnected_CycleOut_OutputPort (NATIVE_INT_TYPE portNum) |
void | CycleOut_out (NATIVE_INT_TYPE portNum, Svc::TimerVal &cycleStart) |
Invoke output port CycleOut. More... | |
![]() | |
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 |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Definition at line 21 of file LinuxTimerComponentImpl.hpp.
Svc::LinuxTimerComponentImpl::LinuxTimerComponentImpl | ( | const char *const | compName | ) |
Construct object LinuxTimer
compName | The component name |
Definition at line 23 of file LinuxTimerComponentImplCommon.cpp.
Svc::LinuxTimerComponentImpl::~LinuxTimerComponentImpl | ( | ) |
Destroy object LinuxTimer
Definition at line 40 of file LinuxTimerComponentImplCommon.cpp.
void Svc::LinuxTimerComponentImpl::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object LinuxTimer
instance | The instance number |
Definition at line 32 of file LinuxTimerComponentImplCommon.cpp.
void Svc::LinuxTimerComponentImpl::quit | ( | ) |
Quit timer.
Definition at line 46 of file LinuxTimerComponentImplCommon.cpp.
void Svc::LinuxTimerComponentImpl::startTimer | ( | NATIVE_INT_TYPE | interval | ) |
Start timer.
interval in milliseconds
Definition at line 20 of file LinuxTimerComponentImplTaskDelay.cpp.