|
Robot Agent
1.0
|
Go to the source code of this file.
Functions | |
| int | timelib_timer_set (struct timeval *tv) |
| double | timelib_timer_get (struct timeval tv) |
| double | timelib_timer_reset (struct timeval *tv) |
| void | timelib_timer_add_ms (struct timeval *tv, unsigned int ms) |
| double | timelib_timer_diff (struct timeval tv1, struct timeval tv2) |
| double | timelib_unix_timestamp () |
| void timelib_timer_add_ms | ( | struct timeval * | tv, |
| unsigned int | ms | ||
| ) |
| double timelib_timer_diff | ( | struct timeval | tv1, |
| struct timeval | tv2 | ||
| ) |
| double timelib_timer_get | ( | struct timeval | tv | ) |
| double timelib_timer_reset | ( | struct timeval * | tv | ) |
| int timelib_timer_set | ( | struct timeval * | tv | ) |
1.8.5