mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
fixed undefined gain enum to a large number
This commit is contained in:
parent
7b7d42f253
commit
26933bd8bd
@ -375,7 +375,7 @@ enum detectorSettings{
|
|||||||
FIXGAIN2, /**< fix gain 2 */
|
FIXGAIN2, /**< fix gain 2 */
|
||||||
FORCESWITCHG1, /**< force switch gain 1 */
|
FORCESWITCHG1, /**< force switch gain 1 */
|
||||||
FORCESWITCHG2, /**< force switch gain 2 */
|
FORCESWITCHG2, /**< force switch gain 2 */
|
||||||
UNDEFINED, /**< undefined or custom settings */
|
UNDEFINED=200, /**< undefined or custom settings */
|
||||||
UNINITIALIZED /**< uninitialiazed (status at startup) */
|
UNINITIALIZED /**< uninitialiazed (status at startup) */
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user