Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
#include <simcom-sim7080.h>
Data Fields | |
bool | run_status |
bool | fix_status |
char | utc [20] |
int32_t | lat |
int32_t | lon |
int32_t | alt |
uint16_t | hdop |
uint16_t | cog |
uint16_t | kmh |
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