fix old server version in 64 bits (#697)

* check server version before initial checks, catch old server version exception, get old server version as 64 bit and print it alon gwith exception
This commit is contained in:
Dhanya Thattil
2023-03-20 10:31:27 +01:00
committed by GitHub
parent 1bdf83e101
commit c9215a6d9b
3 changed files with 25 additions and 4 deletions

View File

@ -93,6 +93,7 @@ class Module : public virtual slsDetectorDefs {
int64_t getFrontEndFirmwareVersion(const fpgaPosition fpgaPosition) const;
std::string getControlServerLongVersion() const;
std::string getStopServerLongVersion() const;
void throwDeprecatedServerVersion() const;
std::string getDetectorServerVersion() const;
std::string getHardwareVersion() const;
std::string getKernelVersion() const;