From b73f32bc8ad86a7bb5f0739ac0fd7aa4c04cce98 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期三, 25 三月 2020 19:00:06 +0800
Subject: [PATCH] 加减档
---
lib/src/main/cpp/test_items2/stop_car.cpp | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/test_items2/stop_car.cpp b/lib/src/main/cpp/test_items2/stop_car.cpp
index 7630016..6629623 100644
--- a/lib/src/main/cpp/test_items2/stop_car.cpp
+++ b/lib/src/main/cpp/test_items2/stop_car.cpp
@@ -61,13 +61,18 @@
void StopCarTTSDone(int id)
{
- DEBUG("DummyLightTTSDone %d", id);
+ DEBUG("StopCarTTSDone %d", id);
// 绛夎闊虫挱鎶ュ畬姣曞悗璁℃椂
if (id == examTtsSeq) {
ttsPlayEnd = 1;
}
}
+void TerminateStopCarExam(void)
+{
+ AppTimer_delete(PlayTTSTimeout);
+}
+
int ExecuteStopCarExam(int index, LIST_ROAD_MAP &RoadMapList, const car_model *car,
LIST_CAR_MODEL &CarModelList, double speed, int moveDirect, const struct RtkTime *rtkTime) {
if (ttsPlayEnd == 1) {
--
Gitblit v1.8.0