Zephyr API 3.6.99
|
#include <simcom-sim7080.h>
Data Fields | |
bool | run_status |
Whether gnss is powered or not. | |
bool | fix_status |
Whether fix is acquired or not. | |
char | utc [20] |
UTC in format yyyyMMddhhmmss.sss. | |
int32_t | lat |
Latitude in 10^-7 degree. | |
int32_t | lon |
Longitude in 10^-7 degree. | |
int32_t | alt |
Altitude in mm. | |
uint16_t | hdop |
Horizontal dilution of precision in 10^-2. | |
uint16_t | cog |
Course over ground un 10^-2 degree. | |
uint16_t | kmh |
Speed in 10^-1 km/h. | |
int32_t sim7080_gnss_data::alt |
Altitude in mm.
uint16_t sim7080_gnss_data::cog |
Course over ground un 10^-2 degree.
bool sim7080_gnss_data::fix_status |
Whether fix is acquired or not.
uint16_t sim7080_gnss_data::hdop |
Horizontal dilution of precision in 10^-2.
uint16_t sim7080_gnss_data::kmh |
Speed in 10^-1 km/h.
int32_t sim7080_gnss_data::lat |
Latitude in 10^-7 degree.
int32_t sim7080_gnss_data::lon |
Longitude in 10^-7 degree.
bool sim7080_gnss_data::run_status |
Whether gnss is powered or not.
char sim7080_gnss_data::utc[20] |
UTC in format yyyyMMddhhmmss.sss.