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

atagws.h

Go to the documentation of this file.
00001 #ifndef atagws_H
00002 #define atagws_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atagws.h,v 1.35 2003/11/26 08:07:41 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  -------------------------------------------------------
00010 * rkarban  07/05/98  add function freq2Interval
00011 * gchiozzi  08/12/97  Created
00012 */
00013 
00014 /************************************************************************
00015  *
00016  *   General include file for the "atagws" module.
00017  *   It contains common definitions used in every component of the module
00018  */
00019 
00020 #ifndef __cplusplus
00021 #error This is a C++ include file and cannot be used from plain C
00022 #endif
00023 
00024 /* 
00025  * Includes with error messages 
00026  */
00027 #include "atagwsErrors.h"
00028 
00029 /*
00030  * Support and base modules include files
00031 */
00032 #include "agws.h"
00033 #include "atagwsDefines.h"
00034 
00035 /*
00036  * global variables 
00037  */
00038 
00039 #endif // !atagws_H

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