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/test_items/turn_a90.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/src/main/cpp/test_items/turn_a90.cpp b/lib/src/main/cpp/test_items/turn_a90.cpp
index a9443d7..e9f97f8 100644
--- a/lib/src/main/cpp/test_items/turn_a90.cpp
+++ b/lib/src/main/cpp/test_items/turn_a90.cpp
@@ -79,7 +79,7 @@
         if (!crashRedLine) {
             crashRedLine = true;
             // 纰惧帇閬撹矾杈圭紭,涓嶅悎鏍�
-            AddExamFault(29, rtkTime);
+            AddExamFault(20701, rtkTime);
             DEBUG("纰惧帇閬撹矾杈圭紭");
         }
     } else {
@@ -101,7 +101,7 @@
 
         if (tp - stopTimepoint >= CorrectPauseCriteria(examParam.turn_a90_pause_criteria) && !reportStopCarTimeout) {
             // 鍋滆溅瓒�2绉掞紝姣忔鎵�5鍒�
-            AddExamFault(31, rtkTime);
+            AddExamFault(20703, rtkTime);
             DEBUG("涓�斿仠杞�");
             reportStopCarTimeout = true;
         }
@@ -128,7 +128,7 @@
             if ((turn_direct == 'R' && ReadCarStatus(TURN_SIGNAL_LAMP) != RIGHT_TURN_LIGHT) ||
                     (turn_direct == 'L' && ReadCarStatus(TURN_SIGNAL_LAMP) != LEFT_TURN_LIGHT)) {
                 DEBUG("杞悜鐏湭寮�鍚�");
-                AddExamFault(30, rtkTime);
+                AddExamFault(20702, rtkTime);
             }
         }
         turnLeftFinished = true;

--
Gitblit v1.8.0