|
|
@ -267,6 +267,7 @@ copyControlValuesToTrackingObject(MmsMapping* self, ControlObject* controlObject
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (serviceType == IEC61850_SERVICE_TYPE_CANCEL) {
|
|
|
|
else if (serviceType == IEC61850_SERVICE_TYPE_CANCEL) {
|
|
|
|
if (controlObject->cancel) {
|
|
|
|
if (controlObject->cancel) {
|
|
|
|
|
|
|
|
operVal = controlObject->cancel;
|
|
|
|
if (trkInst->Test) {
|
|
|
|
if (trkInst->Test) {
|
|
|
|
MmsValue_update(trkInst->Test->mmsValue, getCancelParameterTest(operVal));
|
|
|
|
MmsValue_update(trkInst->Test->mmsValue, getCancelParameterTest(operVal));
|
|
|
|
}
|
|
|
|
}
|
|
|
|