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

admainDefines.h

Go to the documentation of this file.
00001 #ifndef admainDEFINES_H
00002 #define admainDEFINES_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: admainDefines.h,v 1.92 2003/05/10 21:48:14 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * bgustafs  01/11/98  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 
00018 /**********************************************************
00019  * Basic include file for WS database definitions
00020  *
00021  **********************************************************/
00022  
00023 /*
00024  * state
00025  */
00026 #define admainSTATE           "state"
00027 #define admainINIT            "init"
00028 
00029 /*
00030  * coordinates and angles
00031  */
00032 #define admainALPHAHMS        "alphaHMS"
00033 #define admainDELTADMS        "deltaHMS"
00034 #define admainX               "X"
00035 #define admainY               "Y"
00036 #define admainCCD_ANGLE       "ccdAngle"
00037 
00038 /*
00039  * flags
00040  */
00041 #define admainGP_IN_POS       "gpInPos"
00042 
00043 /*
00044  * alarms
00045  */
00046 #define admainGP_VIGNETTING   "gpVignetting"
00047 #define admainGS_OUT_OF_FIELD "gsOutOfField"
00048 #define admainROT_TRK_LIMIT   "rotTrkLimit"
00049 #define admainAD_TRK_LIMIT    "adTrkLimit"
00050 
00051 #endif 

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