F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Svc::LinuxTimerComponentImpl Class Reference

#include <Svc/LinuxTimer/LinuxTimerComponentImpl.hpp>

Inheritance diagram for Svc::LinuxTimerComponentImpl:
Svc::LinuxTimerComponentBase Fw::PassiveComponentBase Fw::ObjBase

Public Member Functions

 LinuxTimerComponentImpl (const char *const compName)
 
 ~LinuxTimerComponentImpl ()
 
void startTimer (NATIVE_INT_TYPE 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 U32)
 Set the ID base. More...
 
U32 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...
 
FwIndexType getNum_CycleOut_OutputPorts () const
 
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 (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...
 

Detailed Description

Definition at line 21 of file LinuxTimerComponentImpl.hpp.

Constructor & Destructor Documentation

◆ LinuxTimerComponentImpl()

Svc::LinuxTimerComponentImpl::LinuxTimerComponentImpl ( const char *const  compName)

Construct object LinuxTimer

Parameters
compNameThe component name

Definition at line 24 of file LinuxTimerComponentImplCommon.cpp.

◆ ~LinuxTimerComponentImpl()

Svc::LinuxTimerComponentImpl::~LinuxTimerComponentImpl ( )

Destroy object LinuxTimer

Definition at line 33 of file LinuxTimerComponentImplCommon.cpp.

Member Function Documentation

◆ quit()

void Svc::LinuxTimerComponentImpl::quit ( )

Quit timer.

Definition at line 38 of file LinuxTimerComponentImplCommon.cpp.

◆ startTimer()

void Svc::LinuxTimerComponentImpl::startTimer ( NATIVE_INT_TYPE  interval)

Start timer.

interval in milliseconds

Definition at line 20 of file LinuxTimerComponentImplTaskDelay.cpp.


The documentation for this class was generated from the following files: