16 lines
474 B
C
16 lines
474 B
C
/*------------------------------------------------------------------------
|
|
D I L L U D R I V
|
|
|
|
A SICS driver for thedillution cryostat using the CCO-510/AVSI
|
|
controller.
|
|
|
|
Mark Koennecke, October 1997
|
|
|
|
copyright: see copyright.h
|
|
---------------------------------------------------------------------------*/
|
|
#ifndef DILLUDRIV
|
|
#define DILLUDRIV
|
|
pEVDriver CreateDILLUDriv(int argc, char *argv[]);
|
|
|
|
#endif
|