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

aubcnDeviceList.h

Go to the documentation of this file.
00001 /************************************************************************
00002 * 
00003 * 
00004 *   E.S.O. - VLT project
00005 * 
00006 *   "@(#) $Id: aubcnDeviceList.h,v 1.46 2003/11/19 10:02:40 vltsccm Exp $"
00007 * 
00008 * 
00009 *************************************************************************
00010 * 
00011 * 
00012 *   NAME
00013 *   aubcnDeviceList.h
00014 * 
00015 *   SYNOPSIS
00016 *   #include "aubcnDeviceList.h"
00017 *
00018 *   DESCRIPTION
00019 * 
00020 *  
00021 ************************************************************************/
00022 
00023 /*
00024  *  Avoid reinclusion
00025  */
00026 
00027 #ifndef aubcnDEVICE_LIST_H
00028 #define aubcnDEVICE_LIST_H
00029 
00030 /*
00031  *  System includes needed by this include file
00032  */
00033 
00034 
00035 /*
00036  *  Application includes needed by this include file
00037  */
00038 
00039 #include "lsfDeviceList.h"
00040 
00041 /*
00042  *  Macros 
00043  */
00044 
00045 #define lsfNUM_DEVICES 2
00046 
00047 #define lsfNUM_MOTOR 0
00048 #define lsfMOTOR_NAMES \
00049 { NULL }
00050 
00051 #define lsfNUM_SERIAL 2
00052 #define lsfSERIAL_NAMES \
00053 { "halogen", "laser", NULL }
00054 
00055 #define lsfNUM_SIGNAL 0
00056 #define lsfSIGNAL_NAMES \
00057 { NULL }
00058 
00059 #define lsfNUM_SOFTDEV 0
00060 #define lsfSOFTDEV_NAMES \
00061 { NULL }
00062 
00063 #define lsfNUM_TASKDEV 0
00064 #define lsfTASKDEV_NAMES \
00065 { NULL }
00066 
00067 #define lsfNUM_ENCODER 0
00068 #define lsfENCODER_NAMES \
00069 { NULL }
00070 
00071 #define lsfNUM_NETWORK 0
00072 #define lsfNETWORK_NAMES \
00073 { NULL }
00074 
00075 /*
00076  *  Typedefs and structs
00077  */
00078 
00079 /*
00080  *  Foward declarations for global data 
00081  */
00082 
00083 /*
00084  *  Forward declarations for global functions
00085  */
00086 
00087 /*
00088  *  (End of) avoid reinclusion
00089  */
00090 
00091 #endif

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