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

atcsmonDefines.h

Go to the documentation of this file.
00001 #ifndef atcsmonDEFINES_H
00002 #define atcsmonDEFINES_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atcsmonDefines.h,v 1.16 2003/11/25 07:30:36 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  -------------------------------------------------------
00010 * rkarban 2001-01-22 created
00011 */
00012 
00013 /******************************************************************************
00014  * General definitions, to be used by code and database classes.
00015  *-----------------------------------------------------------------------------
00016  */
00017 
00018 #ifndef __cplusplus
00019 #error This is a C++ include file and cannot be used from plain C
00020 #endif
00021 
00022 /* 
00023  * Module name
00024  */
00025 #define atcsmonMOD "atcsmon"
00026 
00027 /* 
00028  * Defines for the target telescope. Up to now only VLT and NTT.
00029  * The default target is VLT.
00030  */
00031 #include <tcsDefines.h>
00032 
00033 /*
00034  * Module and process states values and names
00035  */
00036 #include <evhStates.h>
00037 #include <evhSTD_COMMANDS_NAMES.h>
00038 
00039 
00040 /*
00041  * Database point and attribute names
00042  */
00043 
00044 /*
00045  * atcsmon Commands
00046  */
00047 
00048 
00049 /*
00050  * definitions for DB
00051  */
00052 
00053 
00054 #define atcsmonERROR_MAX 5
00055 #endif // !atcsmonDEFINES_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