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

pomFITS_STD_COMMANDS.h

Go to the documentation of this file.
00001 #ifndef pomFITS_STD_COMMANDS_H
00002 #define pomFITS_STD_COMMANDS_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: pomFITS_STD_COMMANDS.h,v 1.69 2003/09/17 16:04:57 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * pglaves  04/04/96  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 "pom.h"
00023 
00024 class pomFITS_STD_COMMANDS : public evhSTD_COMMANDS
00025 {
00026   public:
00027     pomFITS_STD_COMMANDS(const dbSYMADDRESS  dbPoint, 
00028            const char *version = "@(#) $Id: pomFITS_STD_COMMANDS.h,v 1.69 2003/09/17 16:04:57 vltsccm Exp $");
00029 
00030     virtual evhCB_COMPL_STAT  StateCB(msgMESSAGE &msg, void *udata);
00031     //virtual evhCB_COMPL_STAT  StatusCB(msgMESSAGE &msg, void *udata);
00032 
00033     //virtual evhCB_COMPL_STAT  StandByCB(msgMESSAGE &msg, void *udata);
00034     //virtual evhCB_COMPL_STAT  OffCB(msgMESSAGE &msg, void *udata);
00035 
00036     vltINT32          GlobalState();
00037     const char*       GlobalStateName();
00038     vltINT32          GlobalSubState();
00039     const char*       GlobalSubStateName();
00040 
00041   private:
00042     const dbSYMADDRESS  dbBasePoint;
00043 };
00044 
00045 #endif 

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