sensor_utc_status_t
Status of the sensor's Universal Time Coordinated (UTC) clock
Synopsis:
#include <sensor/sensor_gps_imu.h>typedef enum {
GPS_UTC_INVALID,
GPS_UTC_VALID
} sensor_utc_status_t;Data:
- GPS_UTC_INVALID
- The GPS does not generate a valid UTC time.
- GPS_UTC_VALID
- The UTC time is fully resolved.
Library:
libsensorPage updated:
