Typedefs

There is only one custom type defined. time_ms_t is for storing millisecond values.

typedef uint64_t time_ms_t;  //time in milliseconds

Last updated