/[PAMELA software]/yoda/techmodel/forroutines/anticounter/ACcalib.h
ViewVC logotype

Diff of /yoda/techmodel/forroutines/anticounter/ACcalib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.0 by kusanagi, Tue Sep 21 20:51:02 2004 UTC revision 2.1 by kusanagi, Sun Oct 17 12:28:41 2004 UTC
# Line 1  Line 1 
 struct datastruct{  
1    
2    struct datastruct{
3    unsigned short header;    unsigned short header;
4    unsigned short status[5];    unsigned short status[5];
5    unsigned short temp[8];    unsigned short temp[8];
# Line 14  struct datastruct{ Line 14  struct datastruct{
14    unsigned short iCRC;    unsigned short iCRC;
15    unsigned short tail;    unsigned short tail;
16    unsigned short CRC;    unsigned short CRC;
   
17  };  };
18    
19  struct datastruct calibdata;  struct datastruct calibdata;
# Line 25  struct datastruct *calibpointer; Line 24  struct datastruct *calibpointer;
24  int fd,i,j,err,found;  int fd,i,j,err,found;
25  unsigned short buffer[10000];  unsigned short buffer[10000];
26  unsigned short tmp1,tmp2;  unsigned short tmp1,tmp2;
27    

Legend:
Removed from v.2.0  
changed lines
  Added in v.2.1

  ViewVC Help
Powered by ViewVC 1.1.23