Low-Energy Muon (LEM) Experiment  0.5.2
mirror.h
Go to the documentation of this file.
1 /********************************************************************\
2 
3  Name: mirror.h
4  Created by: Andreas Suter 2003/02/19
5 
6  Contents: Device driver declarations for the mirror controller
7 
8 \********************************************************************/
9 
11 #define MIRROR_MAX_TRY 10
12 
14 #define MIRROR_DELTA_TIME_ERROR 3600
15 
17 #define MIRROR_WAIT 500
18 
20 #define MIRROR_MAX_STR 128
21 
23 #define MIRROR_DEBUG FALSE
24 
31 INT mirror(INT cmd, ...);
INT mirror(INT cmd,...)
Definition: mirror.c:635