reworked multiple rw failure handling
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2023-06-05 09:43:31 +02:00
parent 939eeb09ec
commit a5f9bb3177
3 changed files with 7 additions and 1 deletions

View File

@ -290,6 +290,9 @@ ReturnValue_t AcsParameters::getParameter(uint8_t domainId, uint8_t parameterId,
case 0x6:
parameterWrapper->set(rwHandlingParameters.rampTime);
break;
case 0x7:
parameterWrapper->set(rwHandlingParameters.multipleRwInvalidTimeout);
break;
default:
return INVALID_IDENTIFIER_ID;
}