Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 161 → Rev 159

/HVtest/HVtest.c
1,8 → 1,7
#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,
15,7 → 14,7
LPSTR lpszCmdLine, int nCmdShow) {
 
int mainonoff,onoff[4];
int ch=100*HVSLOT,mo=HVSLOT;
int ch=200,mo=2;
int iret;
int i, j;
double ret;
29,8 → 28,7
return -1; /* out of memory */
 
MPOD_Start();
MPOD_Open(0,"arich-mpod1.kek.jp");
// MPOD_Open(0,"f9mpod.ijs.si");
MPOD_Open(0,"f9mpod.ijs.si");
crate1 = crateHsnmp[0];
 
iret=MPOD_GetInt(0,"moduleNumber.0");