Changeset 11784 for trunk/FACT++/src
- Timestamp:
- 08/05/11 13:32:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.h
r11761 r11784 207 207 enum LightPulserEnable 208 208 { 209 kGroup1 = 0x4 ,210 kGroup2 = 0x8 ,209 kGroup1 = 0x40, 210 kGroup2 = 0x80, 211 211 }; 212 212 … … 215 215 uint16_t fTriggerInterval; /// [ms] Interval between two artificial triggers (no matter which type) minimum 1ms, 10 bit 216 216 uint16_t fTriggerSequence; /// Ratio between trigger types send as artificial trigger (in this order) 3x5bit 217 uint8_t fIntensityLPext; /// Intensity of LEDs (0-127) 217 218 uint8_t fEnableLPext; /// Enable for LED group 1/2 (LightPulserEnable) 218 uint8_t fIntensityLP ext; /// Intensity of LEDs (0-127)219 uint8_t fIntensityLPint; /// Intensity of LEDs (0-127) 219 220 uint8_t fEnableLPint; /// Enable for LED group 1/2 (LightPulserEnable) 220 uint8_t fIntensityLPint; /// Intensity of LEDs (0-127)221 221 uint32_t fDummy0; 222 222 uint16_t fMultiplicityPhysics; /// Required trigger multiplicity for physcis triggers (0-40)
Note:
See TracChangeset
for help on using the changeset viewer.