Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

/lab/sipmscan/trunk/windowed_test.h
1,13 → 1,17
#ifndef _windowedtest_h_
#define _windowedtest_h_
 
#define debug 1
#define winWidth 1200
#define winHeight 800
#define debug 0
#define winWidth 1240
#define winHeight 900
#define WINDOW_NAME "CAMAC/MPOD/4MM DAQ software"
#define BSIZE 10000
#define histname "hdata"
 
#include <time.h>
 
//int debugSig = 0;
 
enum EMenuIds {
M_FILE_NEW,
// M_FILE_CLOSE,
22,7 → 26,10
M_ANALYSIS_FITSEL,
M_ANALYSIS_INTEGX,
M_ANALYSIS_INTEGY,
M_ANALYSIS_PHOTMU,
 
M_TOOLS_FIELDPOINT,
 
M_WINDOW_HOR,
M_WINDOW_VERT,
 
29,4 → 36,7
M_HELP_ABOUT
};
 
// Function that transforms timestamp to local time
void GetTime(int intime, char *outtime);
 
#endif