StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
tpx_rdo.h
1 #ifndef _TPX_RDO_H_
2 #define _TPX_RDO_H_
3 
4 struct tpx_rdo {
5  u_char sector ;
6  u_char rdo ;
7 
8  u_char remote ;
9 
10  u_char temp_rdo ;
11  u_char temp_stratix ;
12 
13  u_int fpga_usercode[5] ;
14 
15  u_char compilation_date[24] ;
16 
17  u_short status_cpld ;
18  u_short status_xilinx ;
19 
20 
21  u_int three[3] ;
22 
23  struct {
24  u_int base ;
25  u_char x_s ;
26  u_char id ;
27  u_char fee_status ;
28  u_char pad_id ;
29  u_char jumpers ;
30  } fee[3][12] ;
31 
32 } ;
33 
34 
35 #endif
36 
Definition: tpx_rdo.h:4