CBOR: Add summation to start message

This commit is contained in:
2023-04-19 09:30:14 +02:00
parent 43489525c6
commit f471e0925d
6 changed files with 10 additions and 3 deletions
@@ -455,6 +455,8 @@ void JFJochFrameDeserializer::ProcessStartMessageUserDataElement(CborValue &valu
start_message.min_value = GetCBORInt(map_value);
else if (key == "rad_int_bin_number")
start_message.rad_int_bin_number = GetCBORInt(map_value);
else if (key == "summation")
start_message.summation = GetCBORUInt(map_value);
else if (key == "storage_cell_number")
start_message.storage_cell_number = GetCBORUInt(map_value);
else if (key == "compression_algorithm") {