FPGAAcquisitionDevice: add option to customize execution flags
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <bitset>
|
||||
#include "../jungfrau/JFConversionFloatingPoint.h"
|
||||
|
||||
void MockAcquisitionDevice::Start(const DiffractionExperiment& experiment) {
|
||||
void MockAcquisitionDevice::Start(const DiffractionExperiment& experiment, uint32_t optional_flags) {
|
||||
idle = false;
|
||||
cancel = false;
|
||||
completed_descriptors = 0;
|
||||
|
||||
Reference in New Issue
Block a user