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

atm10Mirror.h

Go to the documentation of this file.
00001 #ifndef ATM10_MIRROR_H
00002 #define ATM10_MIRROR_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atm10Mirror.h,v 1.25 2003/11/24 09:23:33 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban  14/09/99  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 #include "lsfSerial.h"
00018 
00019 ccsCOMPL_STAT atm10MirrorInit    ( OUT ccsERROR  *error );
00020 ccsCOMPL_STAT atm10MirrorStop    ( OUT ccsERROR  *error );
00021 ccsCOMPL_STAT atm10MirrorOff     ( OUT ccsERROR  *error );
00022 
00023 ccsCOMPL_STAT atm10MirrorCenter  ( OUT ccsERROR  *error );
00024 
00025 ccsCOMPL_STAT atm10MirrorSetTilt ( IN  vltDOUBLE  alpha,
00026            IN  vltDOUBLE  beta,
00027            OUT ccsERROR  *error );
00028 ccsCOMPL_STAT atm10MirrorGetTilt ( OUT vltDOUBLE *pAlpha,
00029            OUT vltDOUBLE *pBeta,
00030            OUT ccsERROR  *error );
00031 
00032 /*___oOo___*/
00033 
00034 
00035 #endif 

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