mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 21:26:50 +01:00
using const for getupdatemode
This commit is contained in:
@@ -1787,7 +1787,7 @@ class Detector {
|
||||
void updateFirmwareAndServer(const std::string &sname,
|
||||
const std::string &fname, Positions pos = {});
|
||||
|
||||
Result<bool> getUpdateMode(Positions pos = {});
|
||||
Result<bool> getUpdateMode(Positions pos = {}) const;
|
||||
|
||||
/** Restarts detector server in update mode. This is useful when
|
||||
* server-firmware compatibility is at its worst and server cannot start up
|
||||
|
||||
Reference in New Issue
Block a user