mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 01:27:59 +02:00
moduleid for eiger m3 and g2, but set only for g2
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
#include "sls/sls_detector_defs.h"
|
||||
|
||||
#define REQUIRED_FIRMWARE_VERSION (27)
|
||||
#define IDFILECOMMAND "more /home/root/executables/detid.txt"
|
||||
#ifdef VIRTUAL
|
||||
#define ID_FILE "detid_eiger.txt"
|
||||
#else
|
||||
#define ID_FILE "detid.txt"
|
||||
#endif
|
||||
#define CONFIG_FILE ("config_eiger.txt")
|
||||
#define WAIT_STOP_SERVER_START (1 * 1000 * 1000)
|
||||
|
||||
|
Reference in New Issue
Block a user