The timestamp_us member of the sensor events has been renamed sensor_timestamp and now represents nanoseconds.

This commit is contained in:
Sam Lantinga
2022-12-04 08:31:19 -08:00
parent 73f4aeee6a
commit b8760a3ffe
26 changed files with 134 additions and 128 deletions

View File

@@ -24,8 +24,8 @@
struct sensor_hwdata
{
Uint32 counter;
unsigned int last_timestamp;
Uint64 timestamp_us;
unsigned int last_tick;
Uint64 sensor_timestamp;
};
/* vi: set ts=4 sw=4 expandtab: */