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

fswsCON_SETUP.h

Go to the documentation of this file.
00001 #ifndef fswsCON_SETUP_H
00002 #define fswsCON_SETUP_H
00003 /*****************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: fswsCON_SETUP.h,v 1.67 2003/11/12 08:38:04 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  -------------------------------------------------------
00010 * gchiozzi  21/09/98  created
00011 *****************************************************************************/
00012 
00013 /*****************************************************************************
00014  * Definition of class fswsCON_SETUP
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 "agwsCON_SETUP.h"
00023 #include "fsws.h"
00024 
00025 class fswsCON_SETUP : public agwsCON_SETUP
00026 {
00027   public:
00028     fswsCON_SETUP(const dbSYMADDRESS dbPoint, agwsCON_CAT &gsCat);
00029     virtual ~fswsCON_SETUP();
00030 
00031     virtual ccsCOMPL_STAT    GetWinStatus(vltLOGICAL *status, vltINT32 win = 1);
00032     virtual ccsCOMPL_STAT    SetWinStatus(vltLOGICAL  status, vltINT32 win = 1);
00033 
00034     virtual ccsCOMPL_STAT         GetBox2(agwsAG_BOX *box);
00035     virtual ccsCOMPL_STAT         GetWin2(agwsAG_WIN *win);
00036 
00037     virtual ccsCOMPL_STAT SetWin2(vltDOUBLE dx, vltDOUBLE dy);   
00038     virtual ccsCOMPL_STAT ConfigWin2();
00039     virtual ccsCOMPL_STAT GetAgType (char *mode);
00040 };
00041 
00042 #endif 

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