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

actcalCOEFF.h

Go to the documentation of this file.
00001 #ifndef actcalCOEFF_H
00002 #define actcalCOEFF_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 #
00006 # "@(#) $Id: actcalCOEFF.h,v 1.102 2003/08/12 14:55:13 vltsccm Exp $" 
00007 *
00008 * actcalCOEFF.h
00009 *
00010 * who       when      what
00011 * --------  --------  ----------------------------------------------
00012 * rabuter   17/11/97  Created from actcal.h
00013 */
00014 
00015 /************************************************************************
00016 *
00017 *----------------------------------------------------------------------
00018 */
00019 #define _POSIX_SOURCE 1
00020 
00021 class actcalCOEFF {
00022   public:
00023     actcalCOEFF();
00024     actcalCOEFF( const actcalCOEFF & z );
00025     ~actcalCOEFF();
00026 
00027     void operator =( const actcalCOEFF &c );
00028 
00029     vltLOGICAL       active;
00030     vltDOUBLE        modulus;
00031     vltDOUBLE        angle;
00032 };    
00033 
00034 #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