Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sim7080_gnss_data Struct Reference

#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.
 

Field Documentation

◆ alt

int32_t sim7080_gnss_data::alt

Altitude in mm.

◆ cog

uint16_t sim7080_gnss_data::cog

Course over ground un 10^-2 degree.

◆ fix_status

bool sim7080_gnss_data::fix_status

Whether fix is acquired or not.

◆ hdop

uint16_t sim7080_gnss_data::hdop

Horizontal dilution of precision in 10^-2.

◆ kmh

uint16_t sim7080_gnss_data::kmh

Speed in 10^-1 km/h.

◆ lat

int32_t sim7080_gnss_data::lat

Latitude in 10^-7 degree.

◆ lon

int32_t sim7080_gnss_data::lon

Longitude in 10^-7 degree.

◆ run_status

bool sim7080_gnss_data::run_status

Whether gnss is powered or not.

◆ utc

char sim7080_gnss_data::utc[20]

UTC in format yyyyMMddhhmmss.sss.


The documentation for this struct was generated from the following file: