Refactor IMTQ handling #384

Merged
muellerr merged 30 commits from refactor_imtq_handling into develop 2023-02-21 11:04:29 +01:00
Showing only changes of commit 612c9967b4 - Show all commits

View File

@ -2178,6 +2178,7 @@ void ImtqHandler::fillSystemStateIntoDataset(const uint8_t* packet) {
size_t dummy = 0;
SerializeAdapter::deSerialize<uint32_t>(&statusSet.statusByteUptime.value, packet + 5, &dummy,
SerializeIF::Endianness::LITTLE);
statusSet.setValidity(true, true);
}
std::string ImtqHandler::makeStepString(const uint8_t step) {