#include <bctimer.h>
Public Member Functions | |
| Timer () | |
| virtual | ~Timer () |
| int | update () |
| int64_t | get_difference (struct timeval *result) |
| int64_t | get_difference () |
| int64_t | get_scaled_difference (long denominator) |
Static Public Member Functions | |
| static int | delay (long milliseconds) |
Private Attributes | |
| timeval | current_time |
| timeval | new_time |
| timeval | delay_duration |
Definition at line 8 of file bctimer.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4