mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 18:54:56 +01:00
gotthard2: bursttype to burstmode
This commit is contained in:
@@ -439,11 +439,12 @@ class slsDetectorDefs {
|
||||
};
|
||||
|
||||
/**
|
||||
* burst mode type for gotthard2
|
||||
* burst mode for gotthard2
|
||||
*/
|
||||
enum burstModeType {
|
||||
INTERNAL,
|
||||
EXTERNAL,
|
||||
enum burstMode {
|
||||
BURST_OFF,
|
||||
BURST_INTERNAL,
|
||||
BURST_EXTERNAL,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user