CARMA C++
sza::util::AbsTimer::TimerId Class Reference

A class for storing information about a known Timer. More...

#include <carma/szautil/AbsTimer.h>

Public Member Functions

 TimerId (unsigned int *timer, int sigNo)
 Constructor for TimerId. More...
 

Public Attributes

int sigNo_
 Signal associated with this timer. More...
 
unsigned int * timer_
 Pointer to the timer managed by this object. More...
 

Detailed Description

A class for storing information about a known Timer.

Definition at line 59 of file AbsTimer.h.

Constructor & Destructor Documentation

sza::util::AbsTimer::TimerId::TimerId ( unsigned int *  timer,
int  sigNo 
)

Constructor for TimerId.

Definition at line 75 of file AbsTimer.h.

Member Data Documentation

int sza::util::AbsTimer::TimerId::sigNo_

Signal associated with this timer.

Definition at line 70 of file AbsTimer.h.

unsigned int* sza::util::AbsTimer::TimerId::timer_

Pointer to the timer managed by this object.

Definition at line 65 of file AbsTimer.h.


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