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

prsAH_GUIDE_VLT.h

Go to the documentation of this file.
00001 #ifndef prsAH_GUIDE_VLT_H
00002 #define prsAH_GUIDE_VLT_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: prsAH_GUIDE_VLT.h,v 1.109 2003/11/12 08:55:19 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban  23/07/98  overload ObjectCenter method
00011 * gchiozzi  02/01/98  Removed Preset() method. Using the base class implementation.
00012 * gchiozzi  02/05/95  created
00013 */
00014 
00015 /************************************************************************
00016  *
00017  *----------------------------------------------------------------------
00018  */
00019 
00020 #ifndef __cplusplus
00021 #error This is a C++ include file and cannot be used from plain C
00022 #endif
00023 
00024 #include "prs.h"
00025 #include "prsAH_GUIDE.h"
00026 
00027 class prsAH_GUIDE_VLT : public prsAH_GUIDE
00028 {
00029   public:
00030     prsAH_GUIDE_VLT(const dbSYMADDRESS  dbPoint);
00031     virtual ~prsAH_GUIDE_VLT();
00032 
00033     virtual ccsCOMPL_STAT Start(oslxSETUP &setup,
00034         evhDB_SEND_ID *sendId, 
00035         evhDB_SEND_ID waitId);
00036     virtual ccsCOMPL_STAT ObjectCenter(oslxSETUP &setup,
00037                evhDB_SEND_ID *sendId=NULL, 
00038                evhDB_SEND_ID waitId=0); 
00039 
00040     virtual ccsCOMPL_STAT StopRg(evhDB_SEND_ID *sendId=NULL, 
00041         evhDB_SEND_ID waitId=0);
00042   protected:
00043 
00044   private:     
00045 
00046 };
00047 
00048 
00049 #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