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

atnfdBeacon.h

Go to the documentation of this file.
00001 #ifndef ATNFD_BEACON_H
00002 #define ATNFD_BEACON_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atnfdBeacon.h,v 1.20 2003/11/24 08:34:40 vltsccm Exp $"
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * pduhoux   2000-04-05  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 ccsCOMPL_STAT atnfdBeaconInit     ( OUT ccsERROR   *error  );
00018 ccsCOMPL_STAT atnfdBeaconSetOnOff ( IN  vltINT32    beacon,
00019             IN  vltLOGICAL  onOff,
00020             OUT ccsERROR   *error );
00021 ccsCOMPL_STAT atnfdBeaconSetLevel ( IN  vltDOUBLE   level,
00022             OUT ccsERROR   *error );
00023 ccsCOMPL_STAT atnfdBeaconGetInfo  ( OUT vltINT32   *pBeacon,
00024             OUT vltLOGICAL *pOnOff,
00025             OUT vltDOUBLE  *pLevel,
00026             OUT ccsERROR   *error );
00027 vltINT32 atnfdBeaconGetBeacon     ( IN  vltINT32    bcnIdx );
00028 
00029 #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