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

pomDefines.h

Go to the documentation of this file.
00001 #ifndef pomDEFINES_H
00002 #define pomDEFINES_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: pomDefines.h,v 1.69 2003/09/17 16:04:57 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  -------------------------------------------------------
00010 * rkarban   14/05/97  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 pomMOD "pom"
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  * pom Commands
00042  */
00043 
00044 /*
00045  * Commands to M2 LCU
00046  */
00047 
00048 /*
00049  * definitions for DB
00050  */
00051 
00052 
00053 /*
00054  * definitions for alarm names
00055  */
00056 
00057 
00058 #endif // !pomDEFINES_H

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