From ce568d65d1738e0dfe64e0f903c9aa8d05cd365b Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 二月 2020 22:14:50 +0800 Subject: [PATCH] 角度修正。 --- lib/src/main/cpp/driver_test.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h index 356f30f..307db69 100644 --- a/lib/src/main/cpp/driver_test.h +++ b/lib/src/main/cpp/driver_test.h @@ -10,6 +10,11 @@ #include <vector> +#define EXAM_AREA_NONE 0 +#define EXAM_AREA_START 1 +#define EXAM_AREA_RUN 2 +#define EXAM_AREA_END 3 + #define TIRE_OUTSIDE 0 #define TIRE_INSIDE 1 #define AXIAL_FRONT 0 -- Gitblit v1.8.0