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

prsAH_STD_COMMANDS.h

Go to the documentation of this file.
00001 #ifndef prsAH_STD_COMMANDS_H
00002 #define prsAH_STD_COMMANDS_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: prsAH_STD_COMMANDS.h,v 1.109 2003/11/12 08:55:20 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  05/09/97  Removed version param in constructor: set in .C
00011 * gchiozzi  23/01/97  Changed version string
00012 * gchiozzi  02/04/96  Removed OnlineCB()
00013 * gchiozzi  05/07/95  Overloaded OnlineCB method (set state to READY)
00014 * gchiozzi  28/04/95  created
00015 */
00016 
00017 /************************************************************************
00018  *
00019  *----------------------------------------------------------------------
00020  */
00021 
00022 #ifndef __cplusplus
00023 #error This is a C++ include file and cannot be used from plain C
00024 #endif
00025 
00026 #include "prs.h"
00027 #include "evhSTD_COMMANDS.h"
00028 
00029 class prsAH_STD_COMMANDS : public evhSTD_COMMANDS
00030 {
00031   public:
00032     prsAH_STD_COMMANDS(const dbSYMADDRESS  dbPoint);
00033 
00034 }; 
00035 
00036 #endif 

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