44 const unsigned int Pulse1Position,
45 const unsigned int Pulse1Width,
46 const unsigned int Pulse2Position,
47 const unsigned int Pulse2Width,
48 const unsigned int LVL1A,
49 const unsigned int BCID,
50 const unsigned int LVL1ID
52 m_word1(((Channel & 0x0000F)<< 0)+
53 ((Pulse1Position & 0x0003F)<< 4)+
54 ((Pulse1Width & 0x0001F)<<10)+
55 ((Pulse2Position & 0x0003F)<<15)+
56 ((Pulse2Width & 0x0001F)<<21)+
57 ((LVL1A & 0x0003F)<<26)
60 ((LVL1ID & 0x0FFFF)<<12)
77 const unsigned int Pulse1Position,
78 const unsigned int Pulse1Width,
79 const unsigned int Pulse2Position,
80 const unsigned int Pulse2Width,
81 const unsigned int LVL1A,
82 const unsigned int BCID,
83 const unsigned int LVL1ID,
84 const unsigned int Error
86 m_word1(((Channel & 0x0000F)<< 0)+
87 ((Pulse1Position & 0x0003F)<< 4)+
88 ((Pulse1Width & 0x0001F)<<10)+
89 ((Pulse2Position & 0x0003F)<<15)+
90 ((Pulse2Width & 0x0001F)<<21)+
91 ((LVL1A & 0x0003F)<<26)
94 ((LVL1ID & 0x0FFFF)<<12)+
95 ((Error & 0x0000F)<<28)