#include <Timer.h>
§ Timer() [1/2]
openjaus::system::Timer::Timer |
( |
| ) |
|
§ ~Timer()
openjaus::system::Timer::~Timer |
( |
| ) |
|
|
virtual |
§ Timer() [2/2]
openjaus::system::Timer::Timer |
( |
void(*)(void *, Timer *) |
functionPointer, |
|
|
void * |
data |
|
) |
| |
§ isRunning()
bool openjaus::system::Timer::isRunning |
( |
| ) |
const |
|
inline |
§ reset()
void openjaus::system::Timer::reset |
( |
int |
milliseconds | ) |
|
§ setInterval()
void openjaus::system::Timer::setInterval |
( |
int |
milliseconds | ) |
|
§ setTimerFunction()
void openjaus::system::Timer::setTimerFunction |
( |
void(*)(void *, Timer *) |
functionPointer, |
|
|
void * |
data |
|
) |
| |
§ stop()
void openjaus::system::Timer::stop |
( |
| ) |
|
§ timerEventFunction()
void openjaus::system::Timer::timerEventFunction |
( |
sigval_t |
sigval | ) |
|
|
staticprotected |
§ toString()
std::string openjaus::system::Timer::toString |
( |
| ) |
const |
|
virtual |
§ operator<< [1/2]
§ operator<< [2/2]
§ created
bool openjaus::system::Timer::created |
|
protected |
§ data
void* openjaus::system::Timer::data |
|
protected |
§ event
struct sigevent openjaus::system::Timer::event |
|
protected |
§ intervalSpec
struct itimerspec openjaus::system::Timer::intervalSpec |
|
protected |
§ running
bool openjaus::system::Timer::running |
|
protected |
§ stopped
bool openjaus::system::Timer::stopped |
|
protected |
§ timerFunction
void(* openjaus::system::Timer::timerFunction) (void *, Timer *) |
|
protected |
§ timerId
timer_t openjaus::system::Timer::timerId |
|
protected |
The documentation for this class was generated from the following files: