Parent Directory
|
Revision Log
|
Patch
| revision 2.2 by kusanagi, Thu Dec 16 17:32:59 2004 UTC | revision 4.4 by kusanagi, Sat May 28 10:44:12 2005 UTC | |
|---|---|---|
| # | 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 31 struct physicsstruct{ | Line 31 struct physicsstruct{ |
| 31 | unsigned short temp[2]; | unsigned short temp[2]; |
| 32 | unsigned short DAC[8]; | unsigned short DAC[8]; |
| 33 | unsigned short CRC; | unsigned short CRC; |
| 34 | unsigned short CRCcheck; | |
| 35 | }; | }; |
| 36 | ||
| 37 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |