- Rearranged directory structure for forking out ANSTO

- Refactored site specific stuff into a site module
- PSI specific stuff is now in the PSI directory.
- The old version has been tagged with pre-ansto
This commit is contained in:
cvs
2003-06-20 10:18:47 +00:00
commit 064ec37e9a
271 changed files with 115513 additions and 0 deletions

27
tecsdriv.h Normal file
View File

@@ -0,0 +1,27 @@
/*-------------------------------------------------------------------------
T E C S D R I V . H
Support for TECS server (LakeShore 340 Temperature controllers) for SICS.
The meaning and working of the functions defined is as described for a
general environment controller.
Markus Zolliker, March 2000
copyright: see implementation file.
-----------------------------------------------------------------------------*/
#ifndef SICSTECS
#define SICSTECS
/*------------------------- The Driver ------------------------------------*/
pEVDriver CreateTecsDriver(int argc, char *argv[]);
/*------------------------- The Tecs object ------------------------------*/
int TecsWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int TecsError(pEVDriver self, int *iCode, char *error, int iErrLen);
#endif