Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 87 → Rev 82

/cvi/instr/vme/vme.c
13,7 → 13,7
#include "wienvme_dll.h"
 
static int VME_interface= -1;
int VME_GetInterface() { return VME_interface;}
 
int VME_CONNECTED(){
 
return VME_interface;
/cvi/instr/vme/vme.h
9,7 → 9,6
 
 
short VME_START( int interface );
int VME_GetInterface();
short VME_STOP();
int VME_CONNECTED();