bump PL PCDU handler
This commit is contained in:
@ -727,6 +727,7 @@ ReturnValue_t PayloadPcduHandler::handleDoubleParamUpdate(std::string key,
|
|||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
params.setValue(key, newValue);
|
||||||
// Do this so the dumping and loading with the framework works as well
|
// Do this so the dumping and loading with the framework works as well
|
||||||
doubleDummy = newValue;
|
doubleDummy = newValue;
|
||||||
parameterWrapper->set(doubleDummy);
|
parameterWrapper->set(doubleDummy);
|
||||||
|
2
tmtc
2
tmtc
Submodule tmtc updated: 70c3f9dcaa...b45b0b2271
Reference in New Issue
Block a user