Browse Source

add laneline_drive

chenxiaowei 1 year ago
parent
commit
cc582dd7de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/decition/common/common/car_status.h

+ 1 - 0
src/decition/common/common/car_status.h

@@ -258,6 +258,7 @@ namespace iv {
         QTime mRSUWarnUpdateTimer;
         QTime mRSUTrafficUpdateTimer;
         bool mLightStartSensorBtn=false;
+        bool laneline_drive=false;
     };
     typedef boost::serialization::singleton<iv::CarStatus> CarStatusSingleton;//非线程安全,注意多线程加锁,单例模式
 }