Просмотр исходного кода

change ADCINtelligentShow_grpc, for park.

yuchuli 2 лет назад
Родитель
Сommit
a347149a38
1 измененных файлов с 5 добавлено и 4 удалено
  1. 5 4
      src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

+ 5 - 4
src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

@@ -862,10 +862,11 @@ void ADCIntelligentShow::on_park_clicked()
     iv::hmi::hmimsg xhmi;
     xhmi.set_mbbochemode(true);
     xhmi.set_mbbusmode(false);
-    if(mbRunning)
-        xhmi.set_mbpause(true);
-    else
-        xhmi.set_mbpause(false);
+    xhmi.set_mbpause(false);
+//    if(mbRunning)
+//        xhmi.set_mbpause(true);
+//    else
+//        xhmi.set_mbpause(false);
     int nsize = xhmi.ByteSize();
     char * str = new char[nsize];
     if(xhmi.SerializeToArray(str,1000))