mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02: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