From 4bd08f0355b6b2cf3c027202d5ad301b4e182953 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期五, 31 三月 2023 17:16:22 +0800 Subject: [PATCH] 科目二修改 --- lib/src/main/cpp/test_items/turn_a90.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_items/turn_a90.h b/lib/src/main/cpp/test_items/turn_a90.h index 857285d..f82df8b 100644 --- a/lib/src/main/cpp/test_items/turn_a90.h +++ b/lib/src/main/cpp/test_items/turn_a90.h @@ -11,6 +11,6 @@ using namespace std; void StartTurnA90(int index, int moveDirect, double heading, const struct RtkTime *rtkTime); -int TestTurnA90(const Polygon *map, const car_model *car, const car_model *carPrev, double heading, double speed, int moveDirect, const struct RtkTime *rtkTime); +int TestTurnA90(const Polygon *map, const car_model_t *car, const car_model_t *carPrev, double heading, double speed, int moveDirect, const struct RtkTime *rtkTime); #endif //RTKDRIVERTEST_TURN_A90_H -- Gitblit v1.8.0