mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
changed gain mode. dynamic_gain_mode to dynamic only. binaries in
This commit is contained in:
@ -36,13 +36,9 @@ std::string ToString(const defs::dacIndex s);
|
||||
std::string ToString(const std::vector<defs::dacIndex> &vec);
|
||||
std::string ToString(const defs::burstMode s);
|
||||
std::string ToString(const defs::timingSourceType s);
|
||||
<<<<<<< HEAD
|
||||
std::string ToString(const defs::M3_GainCaps s);
|
||||
std::string ToString(const defs::portPosition s);
|
||||
std::string ToString(const defs::ethernetInterface s);
|
||||
=======
|
||||
std::string ToString(const defs::streamingInterface s);
|
||||
>>>>>>> 5.2.0-rc
|
||||
std::string ToString(const defs::vetoAlgorithm s);
|
||||
std::string ToString(const defs::gainMode s);
|
||||
|
||||
|
@ -416,7 +416,7 @@ typedef struct {
|
||||
enum vetoAlgorithm { DEFAULT_ALGORITHM };
|
||||
|
||||
enum gainMode {
|
||||
DYNAMIC_GAIN_MODE,
|
||||
DYNAMIC,
|
||||
FORCE_SWITCH_G1,
|
||||
FORCE_SWITCH_G2,
|
||||
FIX_G1,
|
||||
|
@ -3,10 +3,10 @@
|
||||
#define APILIB 0x210225
|
||||
#define APIRECEIVER 0x210225
|
||||
#define APIGUI 0x210225
|
||||
#define APIEIGER 0x210806
|
||||
#define APICTB 0x210806
|
||||
#define APIGOTTHARD 0x210806
|
||||
#define APIGOTTHARD2 0x210806
|
||||
#define APIJUNGFRAU 0x210806
|
||||
#define APIMYTHEN3 0x210806
|
||||
#define APIMOENCH 0x210806
|
||||
#define APIEIGER 0x210806
|
||||
|
Reference in New Issue
Block a user