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

actcal.h

Go to the documentation of this file.
00001 #ifndef actcal_H
00002 #define actcal_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 #
00006 # "@(#) $Id: actcal.h,v 1.102 2003/08/12 14:55:09 vltsccm Exp $" 
00007 *
00008 * actcalCoeff.h
00009 *
00010 * who       when      what
00011 * --------  --------  ----------------------------------------------
00012 * kwirenst  04/11/02  Changed name vector.h --> vector
00013 * lnoethe   10/02/97  remove in the list of parameters of the functions
00014 *                     ReadCoefficients and IaLcuRead the parameter
00015 *                     of the type actcalACTIVE_MODES
00016 *                     (actcalACTIVE_MODES    &setmodes,)
00017 * rabuter   20/02/97  Add method ResetDefocusOffset in class actcalMAINLIST
00018 * pgitton   15/10/97  Add one parameter to actcalLoggerCORM2
00019 * rabuter   18/11/97  Separete in smaller includes/by class
00020 */
00021 
00022 /************************************************************************
00023 *
00024 *----------------------------------------------------------------------
00025 */
00026 #define _POSIX_SOURCE 1
00027 #include "vltPort.h"
00028 
00029 #include <stdlib.h>
00030 #include <stdio.h>
00031 #include <string.h>
00032 #include <math.h>
00033 
00034 #include "ECCS.h"
00035 #include "eccsTestTools.h" 
00036 #include "eccsDB_ATTR.h" 
00037 #include "eccsDB_TABLE.h"
00038 #include "tif.h"
00039 #include "mswDefines.h"
00040 
00041 #include <vector>
00042 
00043 #include "ccd.h"
00044 
00045 #include "eccsDB_VECTOR.h"
00046 
00047 #include "actcalErrors.h"
00048 #include "actcalDefines.h"
00049 #include "actcalDB_ACCESS.h"
00050 #include "actcalPARAMS.h"
00051 #include "actcalCOEFFICIENTS.h"
00052 #include "actcalCORRECTIONS.h"
00053 
00054 
00055 
00056 #include "actcalCOEFF.h"
00057 #include "actcalCOEFF.icc"
00058 
00059 #include "actcalCOEFFLIST.h"
00060 #include "actcalCOEFFLIST.icc"
00061 
00062 #include "actcalMAINLIST.h"
00063 #include "actcalMAINLIST.icc"
00064 
00065 
00066 #include "actcalLOGGER.h"
00067 
00068 #include "actcalKALMAN.h"
00069 
00070 vltDOUBLE atan2_vlt( vltDOUBLE y, vltDOUBLE x);
00071 
00072 #endif

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