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

mswSTD_COMMANDS.h

Go to the documentation of this file.
00001 #ifndef mswSTD_COMMANDS_H
00002 #define mswSTD_COMMANDS_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: mswSTD_COMMANDS.h,v 1.115 2003/11/12 14:33:36 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  02/09/97  Removed version param in constructor: set in .C
00011 * gchiozzi  13/11/96  Changed version string for problems with CDT checking
00012 * mverola   03/04/96  Added OffCB, StandByCB, OnlineCB, IllegalCommand
00013 * gchiozzi  07/09/95  Added StatusCB()
00014 * gchiozzi  30/03/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 "evhSTD_COMMANDS.h"
00027 
00028 class mswSTD_COMMANDS : public evhSTD_COMMANDS
00029 {
00030   public:
00031     mswSTD_COMMANDS();
00032     mswSTD_COMMANDS(const dbSYMADDRESS  dbPoint);
00033 
00034     virtual evhCB_COMPL_STAT StatusCB(msgMESSAGE &msg, void *udata);   
00035 
00036     //MVE added
00037     virtual evhCB_COMPL_STAT OffCB(msgMESSAGE &msg, void *udata);
00038     virtual evhCB_COMPL_STAT StandByCB(msgMESSAGE &msg, void *udata);
00039     virtual evhCB_COMPL_STAT OnlineCB(msgMESSAGE &msg, void *udata);
00040 
00041     //MVE added
00042   protected:  
00043     ccsCOMPL_STAT IllegalCommand(msgMESSAGE &msg);
00044 };
00045 
00046 #endif 

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