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

agDefines.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002 * E.S.O. - VLT project
00003 *
00004 * "@(#) $Id: agDefines.h,v 1.98 2003/11/11 14:58:40 vltsccm Exp $" 
00005 *
00006 * ag.h
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi 2000-09-19 Changed agMAX_DESTINATION from 2 to 5 (spr.20000121)
00011 * tcsmgr  18/10/98  Created
00012 *-----------------------------------------------------------------------------*/
00013 
00014 #ifndef AGDEFINES_H
00015 #define AGDEFINES_H
00016 
00017 /*
00018  *  Type of focus, used to determine the conversion algorithm
00019  *  from (X,Y) to (alpha,delta) as performed in agConversion()
00020  */
00021 #define agFOC_NASMYTH     1
00022 #define agFOC_CASSEGRAIN  2
00023 #define agFOC_COUDE       3
00024 
00025 /*
00026  * Maximun number of axes receiving error vectors
00027  */
00028 #define agMAX_DESTINATION 5
00029 
00030 
00031 #endif /* !AGDEFINES_H */

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