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/driving_curve.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/test_items/driving_curve.h b/lib/src/main/cpp/test_items/driving_curve.h
index e9f39fc..b841076 100644
--- a/lib/src/main/cpp/test_items/driving_curve.h
+++ b/lib/src/main/cpp/test_items/driving_curve.h
@@ -11,8 +11,8 @@
 using namespace std;
 
 void StartDrivingCurve(int index, int moveDirect, const struct RtkTime *rtkTime);
-bool ExitDrivingCurveArea(const Polygon *map, const Polygon *map2, const car_model *car);
+bool ExitDrivingCurveArea(const Polygon *map, const Polygon *map2, const car_model_t *car);
 
-int TestDrivingCurve(const Polygon *map, const Polygon *map2, const car_model *car, const car_model *carPrev, double speed, int moveDirect, const struct RtkTime *rtkTime);
+int TestDrivingCurve(const Polygon *map, const Polygon *map2, const car_model_t *car, const car_model_t *carPrev, double speed, int moveDirect, const struct RtkTime *rtkTime);
 
 #endif //RTKDRIVERTEST_DRIVING_CURVE_H

--
Gitblit v1.8.0