Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 160 → Rev 161

/HVtest/HVtest.c
1,7 → 1,8
#include "MPOD.h"
 
#include "HVtest_ui.h"
 
#define HVSLOT 3
 
static int p1h, pID, rID, tfID;
 
int CVICALLBACK refreshTimer (int panel, int control, int event, void *callbackData,
14,7 → 15,7
LPSTR lpszCmdLine, int nCmdShow) {
 
int mainonoff,onoff[4];
int ch=200,mo=2;
int ch=100*HVSLOT,mo=HVSLOT;
int iret;
int i, j;
double ret;
28,7 → 29,8
return -1; /* out of memory */
 
MPOD_Start();
MPOD_Open(0,"f9mpod.ijs.si");
MPOD_Open(0,"arich-mpod1.kek.jp");
// MPOD_Open(0,"f9mpod.ijs.si");
crate1 = crateHsnmp[0];
 
iret=MPOD_GetInt(0,"moduleNumber.0");