sensor_utc_status_t

Status of the sensor's Universal Time Coordinated (UTC) clock

Synopsis:

#include <sensor/sensor_api.h>
typedef enum {
    GPS_UTC_INVALID,
    GPS_UTC_VALID
} sensor_utc_status_t;

Data:

GPS_UTC_INVALID
Indicates that the GPS does not generate a valid UTC time.
GPS_UTC_VALID
Indicates that the UTC time is fully resolved.

Library:

libsensor