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

tcsSTD_COMMANDS.h

Go to the documentation of this file.
00001 #ifndef tcsSTD_COMMANDS_H
00002 #define tcsSTD_COMMANDS_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: tcsSTD_COMMANDS.h,v 1.136 2003/11/27 15:10:06 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban  25/03/98  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 "evhSTD_COMMANDS.h"
00023 
00024 class tcsSTD_COMMANDS : public evhSTD_COMMANDS
00025 {
00026   public:
00027     tcsSTD_COMMANDS(const dbSYMADDRESS  dbPoint,
00028         vltUINT32 commands = evhSTD_USE_ALL,
00029         const char *version = "No version set");
00030     virtual ~tcsSTD_COMMANDS();
00031 
00032     virtual evhCB_COMPL_STAT  LogFitsCB(msgMESSAGE &msg, void *udata);
00033 }; 
00034 #endif 

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