|
Pol
Revision:cb584c9
|
#include <time.h>Go to the source code of this file.
Classes | |
| class | Pol::Core::PolClockPauser |
Namespaces | |
| Pol | |
| Pol::Core | |
Typedefs | |
| typedef int | Pol::Core::polclock_t |
| typedef int | Pol::Core::polticks_t |
Functions | |
| polclock_t | Pol::Core::earliest_timer (polclock_t timer1_until, polclock_t timer2_until) |
| void | Pol::Core::pause_pol_clocks () |
| void | Pol::Core::pol_sleep_ms (unsigned int millis) |
| polclock_t | Pol::Core::polclock () |
| void | Pol::Core::polclock_checkin () |
| polticks_t | Pol::Core::polticks_t_to_ms (polticks_t ticks) |
| time_t | Pol::Core::poltime () |
| void | Pol::Core::restart_pol_clocks () |
| void | Pol::Core::start_pol_clocks () |
| bool | Pol::Core::timer_expired (polclock_t timer_until, polclock_t now) |
Variables | |
| const unsigned | Pol::Core::POLCLOCK_DIV = ( CLOCKS_PER_SEC / POLCLOCKS_PER_SEC ) |
| const polclock_t | Pol::Core::POLCLOCKS_PER_SEC = 100 |
Definition in file polclock.h.