|
@@ -126,6 +126,8 @@ iv::decition::BrainDecition::BrainDecition()
|
|
|
mpaDecition = iv::modulecomm::RegisterSend(gstrmemdecition.data(),10*sizeof(iv::decition::DecitionBasic),1);
|
|
|
|
|
|
mpaHMI = iv::modulecomm::RegisterRecv("hmi",iv::decition::ListenHMI);
|
|
|
+
|
|
|
+ void * ppad = iv::modulecomm::RegisterRecv("pad",iv::decition::ListenHMI);
|
|
|
|
|
|
mpaPlatform = iv::modulecomm::RegisterRecv("platformfrom",iv::decition::ListenPlatform);
|
|
|
|