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

atm2Beacon.h

Go to the documentation of this file.
00001 #ifndef ATM2_BEACON_H
00002 #define ATM2_BEACON_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atm2Beacon.h,v 1.32 2003/12/01 13:25:35 vltsccm Exp $"
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * pduhoux   2000-04-05  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 ccsCOMPL_STAT atm2BeaconInit     ( OUT ccsERROR   *error  );
00018 ccsCOMPL_STAT atm2BeaconSetOnOff ( IN  vltLOGICAL  onOff,
00019            OUT ccsERROR   *error );
00020 ccsCOMPL_STAT atm2BeaconSetLevel ( IN  vltDOUBLE   level,
00021            OUT ccsERROR   *error );
00022 ccsCOMPL_STAT atm2BeaconGetInfo  ( OUT vltINT32   *pBeacon,
00023            OUT vltLOGICAL *pOnOff,
00024            OUT vltDOUBLE  *pLevel,
00025            OUT ccsERROR   *error );
00026 
00027 #endif 

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