mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
binaries in and updated api versioning
This commit is contained in:
@ -707,10 +707,16 @@ template <> defs::detectorSettings StringTo(const std::string &s) {
|
||||
template <> defs::speedLevel StringTo(const std::string &s) {
|
||||
if (s == "full_speed")
|
||||
return defs::FULL_SPEED;
|
||||
if (s == "0")
|
||||
return defs::FULL_SPEED;
|
||||
if (s == "half_speed")
|
||||
return defs::HALF_SPEED;
|
||||
if (s == "1")
|
||||
return defs::HALF_SPEED;
|
||||
if (s == "quarter_speed")
|
||||
return defs::QUARTER_SPEED;
|
||||
if (s == "2")
|
||||
return defs::QUARTER_SPEED;
|
||||
if (s == "108")
|
||||
return defs::G_108MHZ;
|
||||
if (s == "144")
|
||||
|
Reference in New Issue
Block a user