mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-09 08:02:05 +02:00
added reorder to documentation, added flag to master binary and hdf5 file
CMake / Configure and build using cmake (push) Failing after 11s
CMake / Configure and build using cmake (push) Failing after 11s
This commit is contained in:
@@ -1807,7 +1807,7 @@ int ClientInterface::set_dbit_reorder(Interface &socket) {
|
||||
throw RuntimeError("Invalid dbit reorder: " + std::to_string(arg));
|
||||
}
|
||||
verifyIdle(socket);
|
||||
LOG(logDEBUG1) << "Setting Dbit offset: " << arg;
|
||||
LOG(logDEBUG1) << "Setting Dbit reorder: " << arg;
|
||||
impl()->setDbitReorder(arg);
|
||||
return socket.Send(OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user