|
Ziti C SDK
|
Go to the source code of this file.
Macros | |
| #define | DURATION_MILLISECONDS(d) ((d)/MILLISECOND) |
| #define | MICROSECOND ((int64_t)1000) |
| #define | MILLISECOND (1000 * MICROSECOND) |
| #define | SECOND (1000 * MILLISECOND) |
| #define | MINUTE (60 * SECOND) |
| #define | HOUR (60 * MINUTE) |
Typedefs | |
| typedef int64_t | duration |
| Nanosecond precision time duration, like Golang's time.Duration. | |
| #define DURATION_MILLISECONDS | ( | d | ) | ((d)/MILLISECOND) |
| #define HOUR (60 * MINUTE) |
| #define MICROSECOND ((int64_t)1000) |
| #define MILLISECOND (1000 * MICROSECOND) |
| #define MINUTE (60 * SECOND) |
| #define SECOND (1000 * MILLISECOND) |
| typedef int64_t duration |
Nanosecond precision time duration, like Golang's time.Duration.