Defines DW core basic types.
Typedefs | |
| typedef char | char8_t |
| typedef int64_t | dwTime_t |
| Specifies a timestamp unit, in microseconds. More... | |
| typedef float | float32_t |
| Specifies POD types. More... | |
| typedef double | float64_t |
Variables | |
| static const dwTime_t | DW_TIME_INVALID = INT64_MIN |
| Special value indicating invalid time, in microseconds. More... | |
| static const dwTime_t | DW_TIMEOUT_INFINITE = 0x0123456789ABCDEF |
| Special value of timestamp which means infinitely long duration, in microseconds. More... | |
| typedef char char8_t |
Definition at line 61 of file BasicTypes.h.
| typedef int64_t dwTime_t |
Specifies a timestamp unit, in microseconds.
Definition at line 65 of file BasicTypes.h.
| typedef float float32_t |
Specifies POD types.
Definition at line 59 of file BasicTypes.h.
| typedef double float64_t |
Definition at line 60 of file BasicTypes.h.
|
static |
Special value indicating invalid time, in microseconds.
Definition at line 73 of file BasicTypes.h.
|
static |
Special value of timestamp which means infinitely long duration, in microseconds.
Definition at line 69 of file BasicTypes.h.