initialchecks can be bypassed (version compatibility and oher tests at server start up)

This commit is contained in:
2020-01-31 16:46:33 +01:00
parent 89c774dbf7
commit f0cccf9de8
10 changed files with 115 additions and 6 deletions

View File

@ -1265,6 +1265,12 @@ class Detector {
/** [Gotthard][Jungfrau][CTB] not possible to read back*/
void writeAdcRegister(uint32_t addr, uint32_t value, Positions pos = {});
bool getInitialChecks() const;
/** initial compaibility and other server start up checks
* default enabled */
void setInitialChecks(const bool value);
/**************************************************
* *
* Insignificant *