jungfrau: removed chip version variable in server adn instead set it in fpga

This commit is contained in:
2021-09-27 13:55:43 +02:00
parent 14c4c989a5
commit a3f579b4cc
3 changed files with 35 additions and 18 deletions

View File

@ -89,6 +89,7 @@ u_int16_t getHardwareSerialNumber();
#ifdef JUNGFRAUD
int isHardwareVersion2();
int getChipVersion();
void setChipVersion(int version);
#endif
#ifndef EIGERD
u_int32_t getDetectorNumber();