My Project
|
#include <AbsTimer.h>
Public Member Functions | |
TimerId (timer_t *timer, int sigNo) | |
Public Attributes | |
timer_t * | timer_ |
int | sigNo_ |
A class for storing information about a known Timer
|
inline |
Constructor for TimerId
int gcp::util::AbsTimer::TimerId::sigNo_ |
Signal associated with this timer
timer_t* gcp::util::AbsTimer::TimerId::timer_ |
Pointer to the timer managed by this object