- new drivers
This commit is contained in:
19
oxinst.h
Normal file
19
oxinst.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
oxinst.h
|
||||
|
||||
Communication routines for Oxford Instruments equipment
|
||||
|
||||
Markus Zolliker, March 2005
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef OXINST_H
|
||||
#define OXINST_H
|
||||
|
||||
#include "ease.h"
|
||||
|
||||
int OxiHandler(void *eab);
|
||||
double OxiGet(EaseBase *eab, int dig, int *pdig);
|
||||
void OxiSet(EaseBase *eab, char *cmd, double val, int dig);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user