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

atprsAH_CFD.h

Go to the documentation of this file.
00001 #ifndef atprsAH_CFD_H
00002 #define atprsAH_CFD_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atprsAH_CFD.h,v 1.11 2003/11/25 10:41:51 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban 2003-06-12 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 "prs.h"
00023 #include "evhDB_CMD_SERIAL.h"
00024 
00025 typedef enum {cfdPosSTOP, cfdPosHOLE, cfdPosMIRROR, cfdPosSPLIT} atprsCFD_POS;
00026 
00027 class atprsAH_CFD :  public evhDB_CMD_SERIAL
00028 {
00029   public:
00030     atprsAH_CFD(const dbSYMADDRESS  dbPoint);
00031     virtual ~atprsAH_CFD();
00032 
00033     virtual ccsCOMPL_STAT SetBeam(oslxSETUP &setup,
00034           evhDB_SEND_ID *sendId, 
00035           evhDB_SEND_ID waitId);
00036 
00037   protected:
00038     virtual ccsCOMPL_STAT MapAgType2CfdPos(const char *agType, atprsCFD_POS &position);
00039 
00040   private:     
00041 
00042 };
00043 
00044 
00045 #endif 

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