v1.0.0-rc.62
This commit is contained in:
@@ -526,6 +526,12 @@ namespace {
|
||||
}
|
||||
} else if (key == "spots")
|
||||
GetCBORSpots(message, value);
|
||||
else if (key == "spot_count")
|
||||
message.spot_count = GetCBORUInt(value);
|
||||
else if (key == "spot_count_low_res")
|
||||
message.spot_count_low_res = GetCBORUInt(value);
|
||||
else if (key == "spot_count_indexed")
|
||||
message.indexing_spot_count = GetCBORUInt(value);
|
||||
else if (key == "spot_count_ice_rings")
|
||||
message.spot_count_ice_rings = GetCBORUInt(value);
|
||||
else if (key == "az_int_profile")
|
||||
|
||||
Reference in New Issue
Block a user