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

probeDefines.h

Go to the documentation of this file.
00001 /************************************************************************
00002 * E.S.O. - VLT project
00003 #
00004 # "@(#) $Id: probeDefines.h,v 1.48 2003/11/24 13:21:25 vltsccm Exp $" 
00005 *
00006 * who       when        what
00007 * --------  ----------  -------------------------------------------------
00008 * rdonalds  2001-09-05  Modified CMD_TIMEOUT, needs to be longer
00009 *           with MACAO X/Y table movement being larger
00010 * pduhoux   2000-03-02  created
00011 * ------------------------------------------------------------------
00012 */
00013 #ifndef PROBE_DEFINES_H
00014 #define PROBE_DEFINES_H
00015 
00016 #define probeMODULE_ID    "probe"
00017 #define probeMODULE_NAME   probeMODULE_ID
00018 #define probeMODULE_TITLE "probe guide star tracking"
00019 #define probeLOG_ID      101    
00020 #define probeCMD_TIMEOUT    180       /* timeout for sending cmds in seconds*/
00021 
00022 #define probeSUBSTATE_IDLE      lsfSUBSTATE_IDLE
00023 #define probeSUBSTATE_TRACKING  lsfSUBSTATE_ACTIVE
00024  
00025 #define probeCOMM_DEVIDX    0
00026 #define probeMONITOR_DEVIDX 1
00027 #define probePRTRK_DEVIDX   2
00028 
00029 #include "lsfDefines.h"
00030 
00031 #endif  /* !PROBE_DEFINES_H */
00032 

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