mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-31 00:21:18 +01:00
binaries in and updated api versioning
This commit is contained in:
@@ -605,7 +605,7 @@ slsDetectorDefs::speedLevel Module::getReadoutSpeed() const {
|
||||
}
|
||||
|
||||
void Module::setReadoutSpeed(speedLevel value) {
|
||||
sendToDetector<int>(F_SET_READOUT_SPEED, value);
|
||||
sendToDetector(F_SET_READOUT_SPEED, value, nullptr);
|
||||
}
|
||||
|
||||
int Module::getClockDivider(int clkIndex) const {
|
||||
|
||||
Reference in New Issue
Block a user