Commit fc2032e6 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

fdelay_lib.h: fix timestamp structure layout to keep python compatibility

parent 3467c1fb
......@@ -51,12 +51,12 @@ typedef struct {
typedef struct
{
fdelay_raw_time_t raw;
int64_t utc; /* TAI seconds */ /* FIXME: replace all UTCs with TAIs or seconds for clarity */
int32_t coarse; /* 125 MHz counter cycles */
int32_t frac; /* Fractional part (<8ns) */
uint16_t seq_id; /* Sequence ID to detect missed timestamps */
fdelay_raw_time_t raw;
} fdelay_time_t;
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment