AlcapDAQ  1
wfd.h
Go to the documentation of this file.
1 #ifndef wfd_h
2 #define wfd_h
3 
4 #define WFD_STROFFSET 'b'
5 #define WFD_NUMBER_OF_CRATES 6
6 #define WFD_NUMBER_OF_SLOTS 19
7 #define WFD_NUMBER_OF_CHANNELS 4
8 
9 unsigned char wfd_crate_number [WFD_NUMBER_OF_CRATES ] = {1,2,3,4,5,6};
10 unsigned char wfd_slot_number [WFD_NUMBER_OF_SLOTS ] = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20};
11 unsigned char wfd_channel_number [WFD_NUMBER_OF_CHANNELS] = {0,1,2,3};
12 char *wfd_crate_name [WFD_NUMBER_OF_CRATES] = {"B0","R1","G1","R0","B1","G0"};
13 
14 
15 #endif /* wfd_h defined */