Low-Energy Muon (LEM) Experiment  0.5.2
ps64.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------
2 
3  Name: ps64.h
4  Created by: Andreas Suter 2016/10/18
5 
6  Contents: ps64 vacuum controller
7 
8 ---------------------------------------------------------------------*/
9 
10 #define PS64_IN_VARS 5
11 #define PS64_OUT_VARS 1
12 
13 /*---- device driver declaration -----------------------------------*/
14 
15 //---------------------------------------------------------------------------------
21 INT ps64_in(INT cmd, ...); // read routines
22 INT ps64_out(INT cmd, ...); // write routines
23 
INT ps64_out(INT cmd,...)
INT ps64_in(INT cmd,...)