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

mswINS_CONFIG_TABLE.h

Go to the documentation of this file.
00001 #ifndef mswINS_CONFIG_TABLE_H
00002 #define mswINS_CONFIG_TABLE_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: mswINS_CONFIG_TABLE.h,v 1.115 2003/11/12 14:33:37 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  11/02/97  Created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 #ifndef __cplusplus
00018 #error This is a C++ include file and cannot be used from plain C
00019 #endif
00020 
00021 #include "mswINS_CONFIG_DATA.h"
00022 
00023 class mswINS_CONFIG_TABLE : public mswINS_CONFIG_DATA
00024 {
00025   public:
00026     mswINS_CONFIG_TABLE(const dbSYMADDRESS dbPoint = dbEMPTY);
00027     virtual ~mswINS_CONFIG_TABLE();
00028 
00029     ccsCOMPL_STAT SetInsId(const mswINSID &newId); 
00030     ccsCOMPL_STAT SetInsData(const mswINSID& ins, const char *msgBuffer);
00031 };
00032 
00033 // include inline code for support classes
00034 #include "mswINS_CONFIG_TABLE.icc"
00035 
00036 #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