From 683b1595260e638d1d3c6cc0d6543a72f6d6f925 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 12 一月 2021 14:36:42 +0800
Subject: [PATCH] 扣分码标准化
---
lib/src/main/cpp/driver_test.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h
index a4e609e..878dafd 100644
--- a/lib/src/main/cpp/driver_test.h
+++ b/lib/src/main/cpp/driver_test.h
@@ -247,6 +247,14 @@
int start_car_max_rpm;
int start_car_limit_distance;
double open_door_drive_allow_distance;
+
+ string prepare_tts;
+ string touch_leftfront_tts;
+ string touch_leftrear_tts;
+ string touch_rightfront_tts;
+ string touch_rightrear_tts;
+ string start_engine_tts;
+
string start_car_begin_tts;
string start_car_end_tts;
@@ -325,4 +333,6 @@
int CorrectPauseCriteria(int src);
+void SensorXChanged(uint16_t id, int value);
+
#endif //RTKDRIVERTEST_DRIVER_TEST_H
--
Gitblit v1.8.0