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

mswINS_DATA_MONITOR.h

Go to the documentation of this file.
00001 #ifndef mswINS_DATA_MONITOR_H
00002 #define mswINS_DATA_MONITOR_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: mswINS_DATA_MONITOR.h,v 1.115 2003/11/12 14:33:38 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  02/09/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 #include "eccsEvt.h"
00023 
00024 class  mswINS_DATA_MONITOR:public fndOBJECT,  public mswINS_CONFIG_DATA 
00025 {
00026   public:
00027     mswINS_DATA_MONITOR(const dbSYMADDRESS dbPoint = dbEMPTY);
00028     virtual ~mswINS_DATA_MONITOR();
00029 
00030     ccsCOMPL_STAT         DbPoint(const dbSYMADDRESS point);
00031     virtual const char   *DbPoint() const;
00032 
00033     virtual ccsCOMPL_STAT Action(evhCALLBACK &cb);
00034 
00035   protected:
00036     virtual int  _ActionCB(msgMESSAGE &msg, void *udata);
00037 
00038   private:
00039     evtEVENT     evt;
00040     evhCALLBACK *actionCb;
00041 };
00042 
00043 #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