- extended evcontroller
- remote objects - new ev drivers for oxford IPS,ITC,ILM and LC M.Z.
This commit is contained in:
16
oicom.h
Normal file
16
oicom.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
oicom.h
|
||||
|
||||
Communication routines for Oxford Instruments equipment
|
||||
|
||||
Markus Zolliker, Aug 2004
|
||||
----------------------------------------------------------------------------*/
|
||||
#include "rs232controller.h"
|
||||
#include "eve.h"
|
||||
|
||||
int OiHandler(Eve *eve);
|
||||
double OiGetFlt(Eve *eve, int dig, int *pdig);
|
||||
void OiSet(Eve *eve, char *cmd, double val, int dig);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user