#include <mxcpcTime.h>
Public Member Functions | |
mxcpcTime () | |
void | setBaseTime (void) |
Sets the base time to the current time. | |
int | elapsed (void) |
Returns the number of milliseconds elapsed since the last call to elapsed() or setBaseTime(). | |
Private Attributes | |
timeval | BaseTime |
Only used on UNIX. | |
unsigned long | BaseTicks |
Only used on WINDOWS. |
Definition at line 33 of file mxcpcTime.h.