#include <tr_time.h>
Different hardware architectures may represent time in formats that are most efficient and suitable for that hardware. We impose no requirements except for two functions that can convert this hardware dependent time structure into units of seconds and vice-versa The trtime_t structure consists of two elements:
Definition at line 66 of file tr_time.h.
Data Fields | |
uint32_t | units |
subtime_t | subunits |
subtime_t trtime::subunits |