eiger server: interrupt subframe, quad change flipping, registers set left and right separately

This commit is contained in:
2019-07-29 15:19:46 +02:00
parent 58e6338f9c
commit d981e1b8e5
18 changed files with 325 additions and 54 deletions

View File

@ -1214,6 +1214,7 @@ void Beb_SetDetectorNumber(uint32_t detid) {
int Beb_SetQuad(int val) {
if (val >= 0) {
printf("Setting Quad to %d in Beb\n", val);
Beb_quadEnable = (val == 0 ? 0 : 1);
Beb_SetDetectorPosition(Beb_positions);
}