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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jul 8 12:48:23 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
*** empty log message ***

1 struct datastruct{
2
3 unsigned short header;
4 unsigned short status[5];
5 unsigned short temp[8];
6 unsigned short DAC[16];
7 unsigned short regist[6];
8 unsigned short time[8];
9 unsigned short n_tr;
10 unsigned short hitmap_tr[16];
11 unsigned short curve1[4096];
12 unsigned short curve2[4096];
13 unsigned short iCRC;
14 unsigned short tail;
15 unsigned short CRC;
16
17 };
18
19 struct datastruct calibdata;
20
21 //pointer to struct
22 struct datastruct *calibpointer;
23
24 int fd,i,j,err,found;
25 unsigned short buffer[10000];
26 unsigned short tmp1,tmp2;

  ViewVC Help
Powered by ViewVC 1.1.23