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

atm10Defines.h

Go to the documentation of this file.
00001 /************************************************************************
00002 * E.S.O. - VLT project
00003 #
00004 # "@(#) $Id: atm10Defines.h,v 1.25 2003/11/24 09:23:33 vltsccm Exp $" 
00005 *
00006 * who       when        what
00007 * --------  ----------  -------------------------------------------------
00008 * pduhoux   2000-03-02  created
00009 * ------------------------------------------------------------------
00010 */
00011 #ifndef ATM10_DEFINES_H
00012 #define ATM10_DEFINES_H
00013 
00014 #define atm10MODULE_ID    "atm10"
00015 #define atm10MODULE_NAME   atm10MODULE_ID
00016 #define atm10MODULE_TITLE "AT M10 Control Application"
00017 #define atm10LOG_ID      101    
00018 
00019 #include "lsfDefines.h"
00020 
00021 #define atm10NUM_AXIS 2
00022 #define atm10AXIS_X 1
00023 #define atm10AXIS_Y 2
00024 
00025 #define atm10OEM_PART_NUMBER "*92-013409"
00026 
00027 #define atm10NUM_OEM_PAR   16
00028 #define atm10OEM_PAR_INIT   0
00029 #define atm10OEM_PAR_HOME   0
00030 #define atm10OEM_PAR_ZERO   1
00031 #define atm10OEM_PAR_MOVE   2
00032 
00033 #define atm10POWONO "M10POWONO"
00034 #define atm10POWONO_DEVNAME "/acro0"
00035 #define atm10POWONO_STARTBIT 58
00036 
00037 #endif  /* !ATM10_DEFINES_H */
00038 

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