鲲鹏社区首页
中文
注册
开发者
我要评分
获取效率
正确性
完整性
易理解
在线提单
论坛求助

数据定义

GPS输入数据类型包括经纬度位置数据VmiGpsLocationData。

VmiGpsLocationData

经纬度位置输入数据类型定义如下:

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