Merging release 2.0 branch with CVS trunk

r2601 | ffr | 2008-05-30 10:26:57 +1000 (Fri, 30 May 2008) | 2 lines
This commit is contained in:
Ferdi Franceschini
2008-05-30 10:26:57 +10:00
committed by Douglas Clowes
parent 4a937e1608
commit 0749b0effa
125 changed files with 8541 additions and 1810 deletions

33
site_ansto/ls340.h Normal file
View File

@@ -0,0 +1,33 @@
/*-------------------------------------------------------------------------
LS340 - LAKESHORE 340
Asynchronous state-machine based driver for controller LAKESHORE 340
The meaning and working of the functions defined is as desribed for a
general environment controller.
Adapted by Rodney Davies from ORHVPS code written by:
Douglas Clowes, December 2007
copyright: see implementation file.
-----------------------------------------------------------------------------*/
#ifndef SICSLS340
#define SICSLS340
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "sics.h"
#include <obpar.h>
#include "ansto_evcontroller.h"
void LS340InitProtocol(SicsInterp *pSics);
pEVDriver CreateLS340Driver(int argc, char *argv[]);
void LS340Register(pEVControl self, pEVDriver driv);
int LS340Wrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif