// // Created by YY on 2019/12/23. // #ifndef RTKDRIVERTEST_RTK_H #define RTKDRIVERTEST_RTK_H #include #include #include "../utils/num.h" typedef struct { uint16_t gps_status; int YY; int MM; int DD; int hh; int mm; int ss; int mss; int satNum; double latitude; double longitude; double altitude; double speed; double trackTure; std::string toString(void) { std::stringstream sst; sst<<"GPS:"<<"qf="<