PL PCDU Refactoring v1 #189

Merged
meierj merged 14 commits from mueller/plpcdu-refactoring into develop 2022-03-31 15:31:47 +02:00
101 changed files with 1649 additions and 3701 deletions
Showing only changes of commit 184ce2917d - Show all commits

2
fsfw

Submodule fsfw updated: 4b5e3e70f7...e6130263ef

View File

@ -346,7 +346,7 @@ ReturnValue_t PayloadPcduHandler::interpretDeviceReply(DeviceCommandId_t id,
uint32_t PayloadPcduHandler::getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) {
// 20 minutes transition delay is allowed
return 20 * 60 * 60;
return 20 * 60 * 1000;
}
ReturnValue_t PayloadPcduHandler::initializeLocalDataPool(localpool::DataPool& localDataPoolMap,