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

tcsmonCON_STD_COMMANDS.h

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

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