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

trkwsREM_TRK_LIST_COMMAND.h

Go to the documentation of this file.
00001 #ifndef trkwsREM_TRK_LIST_COMMAND_H
00002 #define trkwsREM_TRK_LIST_COMMAND_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: trkwsREM_TRK_LIST_COMMAND.h,v 1.157 2003/10/17 14:00:42 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 #ifndef evhDB_COMMAND_H
00023   #include "evhDB_COMMAND.h"
00024 #endif
00025 #ifndef mswMOD_LIST_COMMAND_H
00026   #include "mswMOD_LIST_COMMAND.h"
00027 #endif
00028 
00029 
00030 #define  trkwsREM_TRK_LIST_COMMAND_CLASS  (classType)trkwsREM_TRK_LIST_COMMAND::CreateNew
00031 
00032 class trkwsREM_TRK_LIST_COMMAND : public mswMOD_LIST_COMMAND
00033 {
00034   public:
00035     trkwsREM_TRK_LIST_COMMAND(const dbSYMADDRESS  dbPoint = "");
00036    ~trkwsREM_TRK_LIST_COMMAND();
00037 
00038     virtual ccsCOMPL_STAT Reset();          /* Reset the command handler */   
00039 
00040     fndStdObjectDef(trkwsREM_TRK_LIST_COMMAND, mswMOD_LIST_COMMAND)
00041 
00042   protected:
00043     virtual int  _ReplyCB(msgMESSAGE &msg, void *udata);
00044 
00045   private:
00046     vltDOUBLE minRemTrkTime;
00047 };
00048 
00049 
00050 #endif 

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