我要评分
获取效率
正确性
完整性
易理解

Data Definition

The GPS input data types include the longitude and latitude data in the VmiGpsLocationData structure.

VmiGpsLocationData

The input data types of the longitude and latitude are defined as follows:

struct VmiGpsLocationData {
    double latitude;
    double longitude;
    double altitude;
    float speed;
    float bearing;
    float accuracy;
    int64_t timestamp;
} __attribute__((packed));