DiffractionExperiment: Adjust storage cell delay as a parameter
This commit is contained in:
@@ -540,6 +540,8 @@ void JFJochFrameDeserializer::ProcessStartMessageUserDataElement(CborValue &valu
|
||||
start_message.summation = GetCBORUInt(map_value);
|
||||
else if (key == "storage_cell_number")
|
||||
start_message.storage_cell_number = GetCBORUInt(map_value);
|
||||
else if (key == "storage_cell_delay")
|
||||
start_message.storage_cell_delay_ns = GetRational(map_value).first;
|
||||
else if (key == "compression_algorithm") {
|
||||
auto tmp = GetCBORString(map_value);
|
||||
if (tmp == "bslz4")
|
||||
|
||||
Reference in New Issue
Block a user