From a3c194e003b0cfb272e153ff11c510e02c5f72cd Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期一, 25 五月 2020 18:32:11 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/test_items2/drive_straight.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/src/main/cpp/test_items2/drive_straight.h b/lib/src/main/cpp/test_items2/drive_straight.h
index d4fd2ba..1187221 100644
--- a/lib/src/main/cpp/test_items2/drive_straight.h
+++ b/lib/src/main/cpp/test_items2/drive_straight.h
@@ -9,6 +9,8 @@
 
 void StartDriveStraightExam(std::string tts);
 int ExecuteDriveStraightExam(road_t &road,  const car_model *car,
-                             LIST_CAR_MODEL &CarModelList, double speed, int moveDirect, const struct RtkTime *rtkTime);
+                             const trigger_line_t *item, const struct RtkTime *rtkTime);
+void DriveStraightTTSDone(int id);
+void TerminateDriveStraightExam(void);
 
 #endif //MYAPPLICATION2_DRIVE_STRAIGHT_H

--
Gitblit v1.8.0