Changeset 11784 for trunk/FACT++/src


Ignore:
Timestamp:
08/05/11 13:32:52 (13 years ago)
Author:
tbretz
Message:
Fixed settings for light pulser.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/HeadersFTM.h

    r11761 r11784  
    207207        enum LightPulserEnable
    208208        {
    209             kGroup1 = 0x4,
    210             kGroup2 = 0x8,
     209            kGroup1 = 0x40,
     210            kGroup2 = 0x80,
    211211        };
    212212
     
    215215        uint16_t fTriggerInterval;         /// [ms] Interval between two artificial triggers (no matter which type) minimum 1ms, 10 bit
    216216        uint16_t fTriggerSequence;         /// Ratio between trigger types send as artificial trigger (in this order) 3x5bit
     217        uint8_t  fIntensityLPext;          /// Intensity of LEDs (0-127)
    217218        uint8_t  fEnableLPext;             /// Enable for LED group 1/2 (LightPulserEnable)
    218         uint8_t  fIntensityLPext;          /// Intensity of LEDs (0-127)
     219        uint8_t  fIntensityLPint;          /// Intensity of LEDs (0-127)
    219220        uint8_t  fEnableLPint;             /// Enable for LED group 1/2 (LightPulserEnable)
    220         uint8_t  fIntensityLPint;          /// Intensity of LEDs (0-127)
    221221        uint32_t fDummy0;
    222222        uint16_t fMultiplicityPhysics;     /// Required trigger multiplicity for physcis triggers (0-40)
Note: See TracChangeset for help on using the changeset viewer.