Low-Energy Muon (LEM) Experiment  0.5.1
bruker.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------
2 
3  Name: bruker.h
4  Created by: Andreas Suter 2001/09/14
5  revised for multi class driver
6 
7  Contents: device driver for the bruker magnet power supply
8 
9 ---------------------------------------------------------------------*/
10 
11 //---- bruker input channel tags ------------------------------------
12 #define BRUKER_POLARITY_READBACK 0
13 #define BRUKER_STATUS 1
14 #define BRUKER_DEMAND_CURRENT_READBACK 2
15 #define BRUKER_OUTPUT_CURRENT 3
16 #define BRUKER_OUTPUT_VOLTAGE 4
17 
18 //---- bruker output channel tags ------------------------------------
19 #define BRUKER_POWER 0
20 #define BRUKER_DEMAND_CURRENT 1
21 
22 /*---- device driver declaration -----------------------------------*/
23 
29 INT bruker_in(INT cmd, ...);
30 
36 INT bruker_out(INT cmd, ...);
INT bruker_in(INT cmd,...)
Definition: bruker.c:822
INT bruker_out(INT cmd,...)
Definition: bruker.c:874