Added IPS Driver M.Z.

This commit is contained in:
cvs
2004-07-06 13:11:33 +00:00
parent ac9d119ffb
commit 731108ea98
4 changed files with 890 additions and 7 deletions

25
ipsdriv.h Normal file
View File

@@ -0,0 +1,25 @@
/*-------------------------------------------------------------------------
I P S D R I V . H
Driver for the Oxford Instruments IPS/PS magnet power supply.
Markus Zolliker, June 2004
copyright: see implementation file.
-----------------------------------------------------------------------------*/
#ifndef SICSIPS
#define SICSIPS
/*------------------------- The Driver ------------------------------------*/
pEVDriver CreateIpsDriver(int argc, char *argv[]);
/*------------------------- The Tecs object ------------------------------*/
int IpsWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
void IpsCustomize(SConnection *pCon, pEVControl pEvc);
#endif