#include <sio2_timer.h>

Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The internal name to refer the timer within the SIO2resource. | |
| unsigned char | state |
| The state of the SIO2timer. | |
| unsigned int | interval |
| The interval in millisecond that the function callback should be triggered. | |
| unsigned int | tstart |
| The internal start time of the SIO2timer. | |
| unsigned int | tpause |
| The internal time when the SIO2timer get paused. | |
| SIO2timercallback * | _SIO2timercallback |
| The timer function callback. | |
| SIO2window * | _SIO2window |
| The SIO2window handle to synchronize the timer with with SIO2window->curr_time. | |
| char SIO2timer::name[SIO2_MAX_CHAR] |
The internal name to refer the timer within the SIO2resource.
Referenced by sio2ResourceGet(), and sio2TimerInit().
| unsigned char SIO2timer::state |
The state of the SIO2timer.
Referenced by sio2TimerEvaluate(), sio2TimerPause(), sio2TimerPlay(), and sio2TimerStop().
| unsigned int SIO2timer::interval |
The interval in millisecond that the function callback should be triggered.
Referenced by sio2TimerCreate(), and sio2TimerEvaluate().
| unsigned int SIO2timer::tstart |
The internal start time of the SIO2timer.
Referenced by sio2TimerEvaluate(), sio2TimerPause(), and sio2TimerPlay().
| unsigned int SIO2timer::tpause |
The internal time when the SIO2timer get paused.
Referenced by sio2TimerPause(), and sio2TimerPlay().
| SIO2timercallback* SIO2timer::_SIO2timercallback |
The SIO2window handle to synchronize the timer with with SIO2window->curr_time.
Referenced by sio2TimerCreate(), sio2TimerEvaluate(), sio2TimerPause(), and sio2TimerPlay().
1.5.6