This commit is contained in:
zolliker
2004-12-13 14:53:26 +00:00
parent 23a4ca2380
commit 427855306a

View File

@ -1,25 +0,0 @@
/*-------------------------------------------------------------------------
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