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

trkws.h

Go to the documentation of this file.
00001 #ifndef trkws_H
00002 #define trkws_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: trkws.h,v 1.157 2003/10/17 14:00:40 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * kwirenst  02/06/95  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 
00018 /*
00019  *
00020  *   General include file for the "trkws" module.
00021  *   It contains common definitions used in every component of the module
00022  */
00023 
00024 #ifndef __cplusplus
00025 #error This is a C++ include file and cannot be used from plain C
00026 #endif
00027 
00028 /* Include with error messages */
00029 #include "eccsTestTools.h"
00030 
00031      
00032 #include "trkwsErrors.h"
00033 #include "msg.h"
00034 #include "limits.h"
00035 
00036 /*
00037  *       trkws module Defines
00038  */  
00039 
00040 
00041 #include "trkwsDefines.h"
00042 
00043 /*
00044  *  Value/Name conversion tables:
00045  *  Other applications sending or receiving these values/string
00046  *  can include this file and link the file trkws.C with the code
00047  *  for the mapping functions.
00048  */
00049 
00050 #include "fndNAME_MAP.h"
00051 
00052 extern fndNAME_MAP trkwsStateNameMap;
00053 
00054 #include "db.h"
00055 
00056 void trkwsStripChar(char *s, char c);
00057 
00058 #endif 

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