anbox-platform-sdk  1.22.0
Anbox Platform SDK API documentation
AnboxGpsData Struct Reference

#include <types.h>

+ Collaboration diagram for AnboxGpsData:

Public Attributes

AnboxGpsDataType data_type
 
union {
   AnboxGGAData   gga_data
 
   AnboxRMCData   rmc_data
 
   AnboxGnssData   gnss_data
 
}; 
 

Detailed Description

AnboxGpsData represents a Gps data that is used to not only hold information taken from GPS sensors and will represent longitude, latitude, altitude and so on, but also contains GNSS measurements data emitted from GNSS satellites to obtains the position information.

Definition at line 1165 of file types.h.

Member Data Documentation

◆ 

union { ... }

◆ data_type

AnboxGpsDataType AnboxGpsData::data_type

Type of the gps data

Definition at line 1167 of file types.h.

◆ gga_data

AnboxGGAData AnboxGpsData::gga_data

Definition at line 1169 of file types.h.

◆ gnss_data

AnboxGnssData AnboxGpsData::gnss_data

Definition at line 1171 of file types.h.

◆ rmc_data

AnboxRMCData AnboxGpsData::rmc_data

Definition at line 1170 of file types.h.


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