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

prsAH_M2.h

Go to the documentation of this file.
00001 #ifndef prsAH_M2_H
00002 #define prsAH_M2_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: prsAH_M2.h,v 1.109 2003/11/12 08:55:19 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rabuter  16/11/98  Added PresetSetup
00011 * pduhoux   23/10/98  New method StopChop
00012 * rkarban   09/05/98  add method UpdateSkyCoord
00013 * gchiozzi  02/05/95  created
00014 */
00015 
00016 /************************************************************************
00017  *
00018  *----------------------------------------------------------------------
00019  */
00020 
00021 #ifndef __cplusplus
00022 #error This is a C++ include file and cannot be used from plain C
00023 #endif
00024 
00025 #include "prs.h"
00026 #include "evhDB_CMD_SERIAL.h"
00027 
00028 class prsAH_M2 : public evhDB_CMD_SERIAL
00029 {
00030   public:
00031     prsAH_M2(const dbSYMADDRESS  dbPoint);
00032    ~prsAH_M2();
00033 
00034    ccsCOMPL_STAT Preset(oslxSETUP &setup,
00035                         evhDB_SEND_ID *sendId=NULL, 
00036       evhDB_SEND_ID waitId=0); 
00037     
00038   ccsCOMPL_STAT prsAH_M2::PresetSetup(oslxSETUP &setup,
00039               evhDB_SEND_ID *sendId=NULL, 
00040               evhDB_SEND_ID waitId=0);
00041 
00042    ccsCOMPL_STAT UpdateSkyCoord(oslxSETUP &setup,
00043         evhDB_SEND_ID *sendId=NULL, 
00044         evhDB_SEND_ID waitId=0); 
00045 
00046    ccsCOMPL_STAT StopChop(oslxSETUP &setup,
00047         evhDB_SEND_ID *sendId=NULL, 
00048         evhDB_SEND_ID waitId=0); 
00049 
00050 };
00051 
00052 
00053 #endif 

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