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

atp.h

Go to the documentation of this file.
00001 #ifndef ATP_H
00002 #define ATP_H
00003 /************************************************************************
00004 * E.S.O. - VLT project
00005 #
00006 # "@(#) $Id: atp.h,v 1.33 2003/11/21 12:11:57 vltsccm Exp $" 
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * pduhoux   2001-04-20  created
00011 *------------------------------------------------------------------------
00012 */
00013 #include "atpErrors.h"
00014 
00015 #define atpMODULE_NAME  "atp"
00016 #define atpMODULE_ID     atpMODULE_NAME
00017 #define atpMODULE_TITLE "AT Probe Control"
00018 
00019 #define atpVERSION      "@(#) $Id: atp.h,v 1.33 2003/11/21 12:11:57 vltsccm Exp $"
00020 
00025 #define atpVERSION_DATE VLTSW_RELEASE
00026 
00032 void          atpVersion ( vltBYTES256 version );
00033 
00041 ccsCOMPL_STAT atpInit    ( ccsERROR *error );
00042 
00043 #endif  /* !ATP_H */

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