HAPO пре 4 година
родитељ
комит
9a9fdff86b
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/ui/ui_ads_hmi/ADCIntelligentVehicle.cpp

+ 3 - 0
src/ui/ui_ads_hmi/ADCIntelligentVehicle.cpp

@@ -2017,6 +2017,9 @@ void ADCIntelligentVehicle::ShareHMIMsg(iv::hmi::HMIBasic xhmi)
     xhmimsg.set_mbpause(xhmi.mbPause);
     xhmimsg.set_mbbusmode(xhmi.mbbusmode);
     xhmimsg.set_mbbochemode(xhmi.mbBocheMode);
+    xhmimsg.set_mbchemen(xhmi.mbchemen);
+    xhmimsg.set_mbjinguang(xhmi.mbjinguang);
+    xhmimsg.set_mbyuanguang(xhmi.mbyuanguang);
     int nsize = xhmimsg.ByteSize();
     char * str = new char[nsize];
     std::shared_ptr<char> pstr;