DiffractionExperiment: Storage cell number can be adjusted from the frontend
This commit is contained in:
@@ -365,6 +365,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_RAW", "[JFJochReceiver]") {
|
||||
JFJochProtoBuf::DetectorSettings detector_settings;
|
||||
detector_settings.set_frame_time_us(500);
|
||||
detector_settings.set_collect_raw_data(true);
|
||||
detector_settings.set_storage_cell_count(1);
|
||||
REQUIRE_NOTHROW(state_machine.SetDetectorSettings(detector_settings));
|
||||
REQUIRE_NOTHROW(state_machine.Initialize());
|
||||
logger.Info("Initialized");
|
||||
|
||||
Reference in New Issue
Block a user