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

ccddclACE.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002 * E.S.O. - VLT project
00003 *
00004 * "@(#) $Id: ccddclACE.h,v 4.1 2003/10/30 15:32:27 vltsccm Exp $"
00005 *
00006 * who       when      what
00007 * --------  --------  ----------------------------------------------
00008 * P.Duhoux  07/02/96  Created
00009 * P.Duhoux  10/11/97  Added ccddclACE_CALL_MAXRETRY = 5
00010 */
00011 /*
00012  ****************************************************************************
00013  *
00014  * This header file belongs to the CCD LCU software. It contains structure
00015  * descriptions common to all CCD DCL ACE based modules.
00016  *
00017  ****************************************************************************
00018  */
00019 #ifndef CCDDCL_ACE_H
00020 #define CCDDCL_ACE_H
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00026 #ifdef CCDARC_CONTROLLER
00027 
00028 #include "lcudrv.h"
00029 #include "arcdrv.h"
00030 #include "arcdrvCommands.h"
00031 
00032 /* macro for ACE call overhead correction [us] */ 
00033 #define ccddclACE_CALL_OVERHEAD 1000 
00034 
00035 /* max number of retries for ACE commands */
00036 #define ccddclACE_CALL_MAXRETRY 5
00037 
00038 #else
00039 
00040 #ifdef CCDRDA_INTERNAL_H
00041 #include "aceccdRC.h"
00042 #include "aceccdRT.h"
00043 #endif
00044 
00045 #ifdef CCDSHA_INTERNAL_H
00046 #include "aceccdSH.h"
00047 #endif
00048 
00049 #ifdef CCDTLA_INTERNAL_H
00050 #include "aceccdTL.h"
00051 #endif
00052 
00053 #ifdef CCDTMA_INTERNAL_H
00054 #include "aceccdTM.h"
00055 #endif
00056 
00057 #ifdef CCDAUA_INTERNAL_H
00058 #include "aceccdAU.h"
00059 #endif
00060 
00061 #include "acesci.h"
00062 
00063 /* macro for ACE call overhead correction [us] */ 
00064 #define ccddclACE_CALL_OVERHEAD 1000 
00065 
00066 /* max number of retries for ACE commands */
00067 #define ccddclACE_CALL_MAXRETRY 5
00068 
00069 #endif
00070 
00071 #ifdef __cplusplus
00072 }
00073 #endif
00074 
00075 #endif 
00077 /************************************************************************/
00078 
00079 /*___o0o___*/

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