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

mswALT.h

Go to the documentation of this file.
00001 #ifndef mswALT_H
00002 #define mswALT_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: mswALT.h,v 1.115 2003/11/12 14:33:38 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * pduhoux   24/10/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 "evhDB_CMD_SERIAL.h"
00023 #include "msw.h"
00024 
00025 class mswALT : public evhDB_CMD_SERIAL
00026 {
00027   public:
00028     mswALT(const dbSYMADDRESS  dbPoint);
00029     ~mswALT();
00030     
00031     // Command SHCLOSE "A" | "B"
00032     ccsCOMPL_STAT CloseShutter  (vltINT32       focus,
00033          evhDB_SEND_ID *sendId=NULL, 
00034          evhDB_SEND_ID  waitId=0); 
00035     // Command SHOPEN "A" | "B"
00036     ccsCOMPL_STAT OpenShutter   (vltINT32       focus,
00037          evhDB_SEND_ID *sendId=NULL, 
00038          evhDB_SEND_ID  waitId=0);
00039     // Command SHSTAT
00040     ccsCOMPL_STAT ShutterStatus (evhDB_SEND_ID *sendId=NULL, 
00041                evhDB_SEND_ID waitId=0); 
00042 
00043 };
00044 
00045 
00046 #endif 

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