Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cTimeSys.h File Reference
#include "cUnitTestDecl.h"
#include "cDebugAssert.h"
#include <time.h>

Go to the source code of this file.

Classes

class  Gray::cTimeSys
 
class  Gray::cTimePerf
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Typedefs

typedef int Gray::TIMESECD_t
 signed delta seconds. like TIMESEC_t. redefined in TimeUnits.h. More...
 
typedef float Gray::TIMESECF_t
 delta float seconds. More...
 
typedef UINT32 Gray::TIMESYS_t
 TIMESYS_t = The normal system tick timer. milli-seconds since start of system/app ? More...
 
typedef INT32 Gray::TIMESYSD_t
 Time delta. signed milli-Seconds Span. cTimeSys::k_DMAX, cTimeSys::k_INF = MAILSLOT_WAIT_FOREVER. More...
 
typedef UINT64 Gray::TIMEPERF_t
 The system very high precision performance timer. cTimeSpec. More...
 

Detailed Description

Highest precision timer we can get on this system.