Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 156 → Rev 155

/cvi/instr/MPOD/MPOD.h
7,7 → 7,6
 
#include <cvidef.h>
#include <ivi.h>
 
//#include "WIENER_SNMP.h"
//************************* WIENER_SNMP.h *****************************
#ifdef _MSC_VER
221,8 → 220,6
 
double _VI_FUNC MPOD_SetDouble (int mpodn, char *oidstr, double dset);
 
char * _VI_FUNC MPOD_GetString (int mpodn, char *oidstr);
 
int _VI_FUNC MPOD_GetIntCh (int mpodn, char *oidstrbase, int ich);
 
int _VI_FUNC MPOD_SetIntCh (int mpodn, char *oidstrbase, int ich, int iset);
232,8 → 229,6
double _VI_FUNC MPOD_SetDoubleCh (int mpodn, char *oidstrbase, int ich,
double dset);
 
char * _VI_FUNC MPOD_GetStringCh (int mpodn, char oidstrbase[], int ich);
 
int _VI_FUNC MPOD_Close (int mpodn);
 
int _VI_FUNC MPOD_End (void);