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