fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/fdhwlib.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fdhwlib.h  -  description (Automatically created from fdhwlib.h.in)
00003 
00004     begin                : Mon Jan 13 2003
00005     copyright            : (C) 2003 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifdef HAVE_CONFIG_H
00014 #include <config.h>
00015 #endif // HAVE_CONFIG_H
00016 
00017 
00018 
00019 #ifndef ModuleVersionCode
00020 #define ModuleVersionCode(v,p,s) (((v)<<16)+((p)<<8)+(s))
00021 #endif // ModuleVersionCode 
00022 
00023 
00024 #ifndef FDHWLIB_VER
00025 #define FDHWLIB_VER ModuleVersionCode(2, 0, 25)
00026 //#define FDHWLIB_VER "2.0.25"
00027 
00028 #define FDHWLIB_RPM_VERSION "2.0.25"
00029 #define FDHWLIB_RPM_RELEASE "82"
00030 #endif // FDHWLIB_VER
00031 
00032 
00033 
00034 #define FE_INIPATH1 "$HOME"
00035 #define FE_INIPATH2 "/opt/auger/etc"
00036 #define FE_INIPATH3 ""
00037 
00038 // Defines the number of telescopes
00039 #define FD_TELESCOPES 27
00040 
00041 // Defines the number of eye stations
00042 #define FD_STATIONS 5
00043 
00044 // TODO: Number of stations per eye?
00045 
00046 
00058 //#define USE_BYTEORDER
00059 
00063 #define USE_DYN_BYTEORDER
00064 
00065 
00066 
00072 #define USE_MYSQL
00073 
00074 
00075