Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 155 → Rev 156

/cvi/instr/MPOD/MPOD.h
7,6 → 7,7
 
#include <cvidef.h>
#include <ivi.h>
 
//#include "WIENER_SNMP.h"
//************************* WIENER_SNMP.h *****************************
#ifdef _MSC_VER
220,6 → 221,8
 
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);
229,6 → 232,8
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);