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

trkDefines.h

Go to the documentation of this file.
00001 #ifndef trkDEFINES_H
00002 #define trkDEFINES_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: trkDefines.h,v 1.140 2003/11/11 14:54:39 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban  12/08/97  move constant definition from trk.class here
00011 * rkarban  12/02/97  define of PC config file has been moved to the DB
00012 * rkarban  29/01/97  add defines for defaults of CDT,CIT and PC config file
00013 * gchiozzi  01/10/96  created
00014 */
00015 
00016 /************************************************************************
00017  *
00018  *----------------------------------------------------------------------
00019  */
00020 
00021 /**********************************************************
00022  * Basic include file with common constants
00023  *
00024  **********************************************************/
00025 #include "tcsDefines.h"
00026 
00027 #define trkNAMED_ALT    0x1
00028 #define trkNAMED_AZ     0x2
00029 #define trkNAMED_ROT    0x4
00030 
00031 #define trkCDT_DEFAULT "trkServer.cdt"
00032 #define trkCIT_DEFAULT "trkServer.cit"
00033 
00034 #define trkSRM_STD  1
00035 #define trkSRM_EXTD 2
00036 #define trkSRM_AGC  3
00037 
00038 #define trkPM_COEFF_NUM 40
00039 #define trkNAMED_POS_MAXINDEX 10
00040 
00041 #define trkNO_FOCUS_STATION_LCU -1
00042 
00043 #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