Parent Directory | Revision Log | Patch
revision 2.1 by kusanagi, Sun Oct 17 12:42:54 2004 UTC | revision 6.0 by kusanagi, Tue Feb 7 17:11:10 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | struct calibstruct{ | struct calibstruct{ |
2 | ||
3 | unsigned short header; | unsigned short header[2]; |
4 | unsigned short status[5]; | unsigned short status[5]; |
5 | unsigned short temp[8]; | unsigned short temp[8]; |
6 | unsigned short DAC1[8]; | unsigned short DAC1[8]; |
# | Line 14 struct calibstruct{ | Line 14 struct calibstruct{ |
14 | unsigned short iCRC; | unsigned short iCRC; |
15 | unsigned short tail; | unsigned short tail; |
16 | unsigned short CRC; | unsigned short CRC; |
17 | unsigned short CRCcheck; | |
18 | }; | }; |
19 | ||
20 | struct physicsstruct{ | struct physicsstruct{ |
# | Line 29 struct physicsstruct{ | Line 29 struct physicsstruct{ |
29 | unsigned short trigg; | unsigned short trigg; |
30 | unsigned short clock[2]; | unsigned short clock[2]; |
31 | unsigned short temp[2]; | unsigned short temp[2]; |
32 | unsigned short DAC[16]; | unsigned short DAC[8]; |
33 | unsigned short CRC; | unsigned short CRC; |
34 | unsigned short CRCcheck; | |
35 | }; | }; |
36 | ||
37 | ||
38 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |