Further enhacements
This commit is contained in:
@@ -460,7 +460,7 @@ namespace {
|
||||
else if (key == "az_int_profile")
|
||||
GetCBORFloatArray(value, message.az_int_profile);
|
||||
else if (key == "indexing_result")
|
||||
message.indexing_result = GetCBORUInt(value);
|
||||
message.indexing_result = GetCBORBool(value);
|
||||
else if (key == "indexing_lattice")
|
||||
GetCBORFloatArray(value, message.indexing_lattice);
|
||||
else if (key == "jf_info")
|
||||
|
||||
Reference in New Issue
Block a user