From 576d819c4d9aabd1a8d102ae9c3bc13c9165ee1f Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期五, 14 八月 2020 19:15:45 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/test_items2/through_something.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items2/through_something.h b/lib/src/main/cpp/test_items2/through_something.h index f677d5b..9977762 100644 --- a/lib/src/main/cpp/test_items2/through_something.h +++ b/lib/src/main/cpp/test_items2/through_something.h @@ -6,6 +6,12 @@ #define MYAPPLICATION2_THROUGH_SOMETHING_H #include "../driver_test.h" + +void ResetTarget(road_exam_map &RoadMap); +void ApproachTarget(road_exam_map &RoadMap, const car_model *car, int roadIndex, bool dobreak, double speed, int moveDirect, const struct RtkTime *rtkTime); +void ExitTarget(road_exam_map &RoadMap, const car_model *car, LIST_CAR_MODEL &CarModelList, const struct RtkTime *rtkTime); + + /* void StartThroughExam(int index, LIST_ROAD_MAP &RoadMapList); void InitThroughSomething(road_exam_map &RoadMap); -- Gitblit v1.8.0