| | |
| | | double roll; |
| | | }; |
| | | |
| | | struct carBrief { |
| | | char utc[32]; |
| | | int qf; |
| | | int map_id; |
| | | int move; |
| | | double speed; |
| | | double heading; |
| | | double main_ant[2]; |
| | | int axial[2]; |
| | | int left_front_tire[2]; |
| | | int right_front_tire[2]; |
| | | int left_rear_tire[2]; |
| | | int right_rear_tire[2]; |
| | | double *point; |
| | | int pointNum; |
| | | }; |
| | | |
| | | void MA_MainProcMsgEntry(int cmd, const char *value); |
| | | |
| | | void MA_NdkStart(void); |
| | |
| | | void MA_SendExamStatus(int start, int errorCode); |
| | | void MA_SendGpsBrief(const struct gpsBrief *brief); |
| | | void MA_SendRtkBrief(const struct rtkBrief *brief); |
| | | void MA_SendCarPosition(const struct carBrief *brief); |
| | | |
| | | |
| | | #endif //MYAPPLICATION2_COMM_IF_H |