SIO2timer Struct Reference

#include <sio2_timer.h>

Collaboration diagram for SIO2timer:

Collaboration graph
[legend]

List of all members.

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.


Member Data Documentation

char SIO2timer::name[SIO2_MAX_CHAR]

The internal name to refer the timer within the SIO2resource.

Referenced by sio2ResourceGet(), and sio2TimerInit().

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 timer function callback.

Referenced by sio2TimerCreate(), and sio2TimerEvaluate().

The SIO2window handle to synchronize the timer with with SIO2window->curr_time.

Referenced by sio2TimerCreate(), sio2TimerEvaluate(), sio2TimerPause(), and sio2TimerPlay().


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

Generated on Thu Mar 4 15:41:53 2010 for SIO2 Engine by  doxygen 1.5.6