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

atfsDefines.h

Go to the documentation of this file.
00001 #ifndef ATFS_DEFINES_H
00002 #define ATFS_DEFINES_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atfsDefines.h,v 1.12 2003/11/25 07:23:07 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban 2001-04-06 created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 
00018 /* Defines for Field Stabilisation modes and corresponding names */
00019 /* These are already actually defined in fswsDefines.h           */
00020 /* At cleanup we will have to put them in one single place       */
00021 
00022 #define atfsMODE_NONE           0   
00023 #define atfsMODE_AUTOGUIDE      1
00024 #define atfsMODE_FIELDSTAB      2
00025 #define atfsMODE_RAPIDGUIDE     3
00026     
00027 #define atfsMODE_STR_NONE       "NONE"
00028 #define atfsMODE_STR_AUTOGUIDE  "AG"
00029 #define atfsMODE_STR_FIELDSTAB  "FS"
00030 #define atfsMODE_STR_RAPIDGUIDE "RG"
00031 
00032 /* Defines for Chopping phase to be used for Guiding/Field Stab */
00033 
00034 #define atfsPHASE_NONE          0
00035 #define atfsPHASE_ON            1
00036 #define atfsPHASE_OFF           2
00037 #define atfsPHASE_BOTH          3
00038 
00039 #define atfsPHASE_STR_NONE      "NONE"
00040 #define atfsPHASE_STR_ON        "ON"
00041 #define atfsPHASE_STR_OFF       "OFF"
00042 #define atfsPHASE_STR_BOTH      "BOTH"
00043 
00044 /* Chopping settling time in seconds according to VLT-ICD-ESO-15000-1826 */
00045 #define atfsCHOP_SETTLING_TIME  0.004
00046 
00047 #endif /* !ATFS_DEFINES_H */

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