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

tcs.h

Go to the documentation of this file.
00001 #ifndef tcs_H
00002 #define tcs_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: tcs.h,v 1.136 2003/11/27 15:10:02 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  20/07/95  created
00011 */
00012 
00013 /************************************************************************
00014  *
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 #include "ccs.h"
00023 #include "db.h"
00024 #include "eccsTestTools.h"
00025 #include "tcsDefines.h"
00026 
00027 /* 
00028  * Includes with error messages 
00029  */
00030 #include "tcsErrors.h"
00031 
00032 /*
00033  * New generic data types
00034  */
00035 
00036 typedef vltDOUBLE vltRADIANS;
00037 typedef vltDOUBLE vltDEGREES;
00038 typedef vltDOUBLE vltMICRON;
00039 
00040 /*
00041  * Prototypes for common functions
00042  */
00043 
00044 vltLOGICAL    tcsDbSymbolicAccessible(const dbSYMADDRESS dbAddress);
00045 
00046 
00047 #endif 

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