Public Methods
-
Timer()
- Constructors / Destructors
-
~Timer()
-
void reset()
-
double get_RT()
- set t0 to current time
-
void sleep(double ts)
- get time elapsed since reset.
-
double get_delta() const
- -------------------------------
-
double get_t() const
-
void update()
-
void delay(int ms)
-
void FPScontrol(int fps)
Private Fields
-
struct timeval t1 t2
- -------------------------------
-
struct timeval t0 t_real
-
double dt
-
double t
Documentation
- Timer()
- Constructors / Destructors
- ~Timer()
- void reset()
- double get_RT()
- set t0 to current time
- void sleep(double ts)
- get time elapsed since reset. żin seconds ?---> test
- double get_delta() const
- -------------------------------
- double get_t() const
- void update()
- void delay(int ms)
- void FPScontrol(int fps)
- struct timeval t1 t2
- -------------------------------
- struct timeval t0 t_real
- double dt
- double t
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.