Changeset 10905
- Timestamp:
- 06/03/11 15:46:19 (14 years ago)
- Location:
- fact/BIASctrl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/BIASctrl/Crate.cc
r10153 r10905 260 260 261 261 // Add command to buffer 262 Buf += char(3<<5) | char(it->first/NUM_CHANNELS<<1 & 0x0f) | char((it->first%NUM_CHANNELS&16)>>4 & 1);262 Buf += char(3<<5) | char(it->first/NUM_CHANNELS<<1) | char((it->first%NUM_CHANNELS&16)>>4 & 1); 263 263 Buf += char(it->first%NUM_CHANNELS<<4) | ((((unsigned int) (it->second/90.0*0x0fff))>>8) & 0x0f); 264 264 Buf += char(it->second/90.0*0x0fff); -
fact/BIASctrl/History.txt
r10153 r10905 11 11 11/2/2011 Removed Lockfile (DIM will prevent starting two instances) 12 12 Added 'crate' command. Changed signaling of program exit. 13 3/6/2011 Fixed bug in channel addressing from board numbers above 7.
Note:
See TracChangeset
for help on using the changeset viewer.