#include "CPrecisionClock.h"#include <stdio.h>#include <string>Classes | |
| class | cPrecisionTimer |
| The cPrecisionTimer class manages high-rate callbacks using win32 multimedia timers. Rates up to 1kHz should be supported. More... | |
Functions | |
| void | internal_timer_callback (UINT uTimerID, UINT uMsg, DWORD dwUser, DWORD dw1, DWORD dw2) |
| void internal_timer_callback | ( | UINT | uTimerID, | |
| UINT | uMsg, | |||
| DWORD | dwUser, | |||
| DWORD | dw1, | |||
| DWORD | dw2 | |||
| ) |
Our global callback function, which triggers the user-defined callback function for a given cPrecisionTimer, and maintains timing stats
1.5.2