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

pomMEAS_STD_COMMANDS.h

Go to the documentation of this file.
00001 #ifndef pomMEAS_STD_COMMANDS_H
00002 #define pomMEAS_STD_COMMANDS_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: pomMEAS_STD_COMMANDS.h,v 1.69 2003/09/17 16:04:59 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  --------------------------------------------------------
00010 * rkarban   14/05/97  created
00011 */
00012 
00013 /******************************************************************************
00014  * Declaration of class pomMEAS_STD_COMMANDS.
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 "pom.h"
00023 
00024 class pomMEAS_STD_COMMANDS : public evhSTD_COMMANDS
00025 {
00026   public:
00027     pomMEAS_STD_COMMANDS(const dbSYMADDRESS dbRoot);
00028 
00029     virtual evhCB_COMPL_STAT  StateCB(msgMESSAGE &msg, void *udata);
00030 
00031     vltINT32          GlobalState();
00032     const char*       GlobalStateName();
00033 
00034   private:
00035     const dbSYMADDRESS  dbBasePoint;
00036 };
00037 
00038 #endif // !pomMEAS_STD_COMMANDS_H

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