fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/FEdata/tsdef.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     tsdef.h  -  description
00003 
00004     begin                : Sun Jun 3 2001
00005     copyright            : (C) 2001 by A Kopmann
00006     email                : kopmann@hpe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 #ifndef TSDEF_H
00013 #define TSDEF_H
00014 
00015 #ifdef HAVE_CONFIG_H
00016 #include <config.h>
00017 #endif
00018 
00019 #include <fdhwlib.h>
00020 
00021 
00022 #define TS_VERS 200 // Version 2.0
00023 
00028 // Switches to choose the reqired formats
00029 // The HPE Test Programm format, doesnot require any
00030 // additional recource and is therefore always present.
00031 
00032 // Use the DAQ "Mirror" Format
00033 #ifdef __linux__
00034 //#define USE_DAQ_FORMAT
00035 //#define USE_ROOT
00036 #endif // __linux__
00037 
00038 #ifdef WIN32
00039 // Use the MS-Project File to select the appropriate version
00040 // of the library
00041 //#define USE_DAQ_FORMAT
00042 //#define USE_ROOT
00043 //#define R__ANSISTREAM // ???
00044 //#undef USE_DAQ_FORMAT
00045 //#undef USE_ROOT
00046 #endif // WIN32
00047 
00048 
00049 // The DAQ_FORMAT requires ROOT
00050 #ifdef USE_DAQ_FORMAT
00051 # ifndef USE_ROOT
00052 #  define USE_ROOT
00053 # endif //USE_ROOT
00054 # define USE_DAQ_EYEFORMAT
00055 #endif // USE_DAQ_FORMAT
00056 
00057 
00058 
00059 #endif // TSDEF_H
00060