Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

aubcnDefines.h

Go to the documentation of this file.
00001 /************************************************************************
00002 * 
00003 * 
00004 *   E.S.O. - VLT project
00005 * 
00006 *   "@(#) $Id: aubcnDefines.h,v 1.46 2003/11/19 10:02:39 vltsccm Exp $"
00007 * 
00008 * 
00009 *************************************************************************
00010 * 
00011 * 
00012 *   NAME
00013 *   aubcnDefines.h
00014 * 
00015 *   SYNOPSIS
00016 *   #include "aubcnDefines.h"
00017 *
00018 *   DESCRIPTION
00019 * 
00020 *  
00021 ************************************************************************/
00022 
00023 /*
00024  *  Avoid reinclusion
00025  */
00026 
00027 #ifndef AUBCN_DEFINES_H
00028 #define AUBCN_DEFINES_H
00029 
00030 /*
00031  *  System includes needed by this include file
00032  */
00033 
00034 
00035 /*
00036  *  Application includes needed by this include file
00037  */
00038 
00039 #include "lsfDefines.h"
00040 #include "babDefines.h"
00041 
00042 /*
00043  *  Macros 
00044  */
00045 
00046 #define aubcnMODULE_ID    "aubcn"
00047 #define aubcnMODULE_NAME   aubcnMODULE_ID
00048 #define aubcnMODULE_TITLE "Alignment Unit Beacon control"
00049 #define aubcnLOG_ID      101    
00050 #undef  babDEBUG_COMPILE_WITHOUT_DEBUG
00051 #define aubcnDebug(bits, fmt...)  babDebug(aubcnBabData, bits, ##fmt)
00052 
00053 #define aubcnNUM_INTERPOLATION_POINTS 64  /* size of the coordinate table */
00054 #define aubcnNUM_LAMP          4
00055 #define aubcnNUM_HALOGEN_LAMP  1
00056 #define aubcnNUM_LASER_LAMP    3
00057 #define aubcnHALOGEN_LAMPID    0
00058 #define aubcnLASER_LAMPID    (aubcnHALOGEN_LAMPID+1)
00059 #define aubcnLASER1_LAMPID    aubcnLASER_LAMPID
00060 #define aubcnLASER2_LAMPID   (aubcnLASER_LAMPID+1)
00061 #define aubcnLASER3_LAMPID   (aubcnLASER_LAMPID+2)
00062 
00063 /*
00064  *  Typedefs and structs
00065  */
00066 
00067 /*
00068  *  Foward declarations for global data 
00069  */
00070 
00071 /*
00072  *  Forward declarations for global functions
00073  */
00074 
00075 /*
00076  *  (End of) avoid reinclusion
00077  */
00078 
00079 #endif

Generated on Wed Dec 3 14:52:10 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001