| | |
| | | |
| | | #include <vector> |
| | | #include <string> |
| | | #include <list> |
| | | |
| | | #define EXAM_AREA_NONE 0 |
| | | #define EXAM_AREA_START 1 |
| | |
| | | double angle; // 从中轴线逆时针形成的角度 |
| | | }; |
| | | |
| | | struct RtkTime { |
| | | int YY; |
| | | int MM; |
| | | int DD; |
| | | int hh; |
| | | int mm; |
| | | int ss; |
| | | int mss; |
| | | }; |
| | | |
| | | typedef struct { |
| | | struct RtkTime tm; |
| | | PointF basePoint; // 现场测量的主天线坐标 |
| | | int axial[2]; |
| | | int left_front_tire[2]; |
| | |
| | | carModelDesc_t *desc; |
| | | } car_model_cache_t; |
| | | |
| | | struct RtkTime { |
| | | int YY; |
| | | int MM; |
| | | int DD; |
| | | int hh; |
| | | int mm; |
| | | int ss; |
| | | int mss; |
| | | }; |
| | | |
| | | struct ExamFault { |
| | | int sn; |
| | | char utc[32]; |
| | |
| | | |
| | | typedef vector<struct road_exam_map> LIST_ROAD_MAP; |
| | | |
| | | typedef list<car_model *> LIST_CAR_MODEL; |
| | | |
| | | //vector<ExamFault> ExamFaultList; |
| | | |
| | | void DriverTestInit(void); |