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

tifDefines.h

Go to the documentation of this file.
00001 #ifndef tifDefines_H
00002 #define tifDefines_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: tifDefines.h,v 1.143 2003/11/12 08:56:57 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * awalland 2002-01-11 Added defines for guiding state and mode
00011 * gchiozzi 2001-03-05 tifMAX_NAMES_RECS from 100 to 200 (spr. 20000473)
00012 * gchiozzi  10/09/97  Table size defines reduced to 100 entries. This should be OK
00013 * gchiozzi  23/04/97  Added tifMAX_CMD_RECS
00014 * gchiozzi  01/12/95  created
00015 */
00016 
00017 /************************************************************************
00018  *
00019  * This file contains common defines used both by C/C++ files and 
00020  * dbLoader files
00021  *----------------------------------------------------------------------
00022  */
00023 
00024 /* Module name */
00025 #define tifMOD "tif"
00026 
00027 /* Maximum number of records in the cmd table */
00028 #define tifMAX_CMD_RECS 100
00029 /* Maximum number of records in the data info and event info tables */
00030 #define tifMAX_NAMES_RECS 200
00031 
00032 /* Some useful defines for guiding */
00033 #define tifAG_STATE_OPERATING     121
00034 #define tifAG_STATE_GUIDING       122
00035 #define tifAG_STATE_MANUAL        123
00036 
00037 #define tifAG_MODE_NONE           0   
00038 #define tifAG_MODE_AUTOGUIDE      1
00039 #define tifAG_MODE_FIELDSTAB      2
00040 #define tifAG_MODE_PROBEGUIDE     3
00041 
00042 #endif 

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