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

atagwsCON_CHOP.h

Go to the documentation of this file.
00001 #ifndef atagwsCON_CHOP_H
00002 #define atagwsCON_CHOP_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atagwsCON_CHOP.h,v 1.35 2003/11/26 08:07:42 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  --------------------------------------------------------
00010 * rkarban 2001-03-23 created
00011 */
00012 
00013 /******************************************************************************
00014  * Declaration of the fswsCON_M2 class. This is the generic class for
00015  * interfacing to instruments.
00016  *-----------------------------------------------------------------------------
00017  */
00018 
00019 #ifndef __cplusplus
00020 #error This is a C++ include file and cannot be used from plain C
00021 #endif
00022 
00023 #include "fswsCON_CHOP.h"
00024 
00025 class atagwsCON_CHOP : public fswsCON_CHOP
00026 {
00027   public:
00028     atagwsCON_CHOP(const dbSYMADDRESS  dbPoint);
00029     virtual ~atagwsCON_CHOP();
00030 
00031     virtual ccsCOMPL_STAT GetBid(fndOBJECT   *obj, 
00032       evhCB_METHOD  reply,
00033       evhCB_METHOD  errReply, 
00034       evhCB_METHOD  timeout = NULL,
00035       void         *udata   = NULL);
00036 
00037   protected:
00038     
00039   private:
00040 };
00041 
00042 #endif // !atagwsCON_CHOP_H
00043 
00044 // __oOo__

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