anbox-platform-sdk
1.23.0
Anbox Platform SDK API documentation
|
#include <types.h>
Public Attributes | |
AnboxGpsDataType | data_type |
union { | |
AnboxGGAData gga_data | |
AnboxRMCData rmc_data | |
AnboxGnssData gnss_data | |
}; | |
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.
union { ... } |
AnboxGpsDataType AnboxGpsData::data_type |
AnboxGGAData AnboxGpsData::gga_data |
AnboxGnssData AnboxGpsData::gnss_data |
AnboxRMCData AnboxGpsData::rmc_data |