HK handling improvements #198

Merged
meierj merged 9 commits from mueller/improve-pcdu-hk-handling into develop 2022-04-07 10:57:51 +02:00
19 changed files with 1058 additions and 1482 deletions
Showing only changes of commit 3cfd0deb22 - Show all commits

2
fsfw

Submodule fsfw updated: e4c6a69f77...aded4fae1e

View File

@@ -205,6 +205,7 @@ void P60DockHandler::parseHkTableReply(const uint8_t *packet) {
p60dockHkTableDataset.ant6Depl = *(packet + dataOffset);
dataOffset += 3;
p60dockHkTableDataset.ar6Depl = *(packet + dataOffset);
p60dockHkTableDataset.setValidity(true, true);
}
ReturnValue_t P60DockHandler::initializeLocalDataPool(localpool::DataPool &localDataPoolMap,

2
tmtc

Submodule tmtc updated: 923929ca55...a038e4c175