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

prsAH_STD_MOD.h

Go to the documentation of this file.
00001 #ifndef prsAH_STD_MOD_H
00002 #define prsAH_STD_MOD_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: prsAH_STD_MOD.h,v 1.109 2003/11/12 08:55:20 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  02/05/95  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 class prsAH_STD_MOD : public evhDB_CMD_SERIAL
00026 {
00027   public:
00028     prsAH_STD_MOD(const dbSYMADDRESS  dbPoint);
00029    ~prsAH_STD_MOD();
00030 
00031    ccsCOMPL_STAT Setup(oslxSETUP &setup,
00032            evhDB_SEND_ID *sendId=NULL, 
00033            evhDB_SEND_ID waitId=0); 
00034 
00035 };
00036 
00037 
00038 #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