Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 32 → Rev 33

/sipmScan/src/sipmBias.c/sipmThreshold.c
25,7 → 25,7
#include <utility.h>
#include <analysis.h>
 
#include "c:\HOME\dino\sipmScan\include\sipmThreshold_ui.h"
#include "c:\HOME\dino\sipmScan\include\sipmBias_ui.h"
 
#ifdef USE_DAQ
# define USE_CAMAC
148,7 → 148,6
unsigned long id,len;
unsigned long fver,time;
unsigned long nev,nch,ped,xy;
unsigned long thLow, thUp, thStep;
long nx,x0,dx,ny,y0,dy;
} RUNREC;
RUNREC runrec;
176,6 → 175,7
typedef struct {
unsigned long id;
unsigned long len;
unsigned long thLow, thUp, thStep;
unsigned long threshold;
} THRREC;
THRREC thrrec;
537,7 → 537,7
#endif
#endif
 
if ((p1h = LoadPanel (0, "include/sipmThreshold_ui.uir", P1)) < 0) return -1;
if ((p1h = LoadPanel (0, "include/sipmBias_ui.uir", P1)) < 0) return -1;
DisplayPanel (p1h);
SetCtrlAttribute (p1h, P1_PLCH, ATTR_MAX_VALUE, NCH-1);