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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 20 13:12:07 2004 UTC (20 years, 6 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23