|
CSL
5.2
|
A structure to store OSC TimeTag values. More...
#include <lo_osc_types.h>
Public Attributes | |
| uint32_t | sec |
| uint32_t | frac |
A structure to store OSC TimeTag values.
Definition at line 43 of file lo_osc_types.h.
| uint32_t lo_timetag::sec |
The number of seconds since Jan 1st 1900 in the UTC timezone.
Definition at line 45 of file lo_osc_types.h.
Referenced by jitter_handler(), lo_arg_pp_internal(), lo_send_from(), lo_server_dispatch_data(), lo_timetag_diff(), lo_timetag_now(), main(), and timestamp_handler().
| uint32_t lo_timetag::frac |
The fractions of a second offset from above, expressed as 1/2^32nds of a second
Definition at line 48 of file lo_osc_types.h.
Referenced by jitter_handler(), lo_arg_pp_internal(), lo_send_from(), lo_server_dispatch_data(), lo_timetag_diff(), lo_timetag_now(), lots_handler(), main(), test_deserialise(), and timestamp_handler().