From 427855306a4f07345a55cb8d53d62155bebcd369 Mon Sep 17 00:00:00 2001 From: zolliker Date: Mon, 13 Dec 2004 14:53:26 +0000 Subject: [PATCH] removed --- ipsdriv.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ipsdriv.h diff --git a/ipsdriv.h b/ipsdriv.h deleted file mode 100644 index c777df1..0000000 --- a/ipsdriv.h +++ /dev/null @@ -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