00001 // $Id: err_mask_def.h 478 2009-10-29 12:26:09Z linev $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #include "typedefs.h" 00015 /* ++++++++++++++++++++++++++ 00016 * +++ err_mask_def.h +++ 00017 * ++++++++++++++++++++++++++ 00018 * RSMayer 00019 * 08-Feb-1994 00020 * output mask definitions 00021 * last update: 10-Feb-1994:RSM, MASK__DEBUG, MASK__VERBOSE 00022 * last update: 15-Feb-1994:RSM, File renamed to err_mask_def.h 00023 */ 00024 00025 #define MASK__DEBUG 1 /* output for debug purpose */ 00026 #define MASK__VERBOSE 2 /* verbose output */ 00027 /* */ 00028 #define MASK__PRTNULL 0x0 /* no output, i.e. output suppressed */ 00029 #define MASK__PRTTERM 0x80000000 /* Terminal output only */ 00030 #define MASK__PRTSLOG 0x20000000 /* Log file output */ 00031 #define MASK__PRTT 0xa0000000 /* Terminal and log file output */ 00032 #define MASK__PRTGLOG 0x10000000 /* not implemented */ 00033 #define MASK__PRTPLOG 0x08000000 /* not implemented */ 00034 #define MASK__PRTCLOG 0x04000000 /* not implemented */ 00035 #define MASK__PRTERRL 0x40000000 /* not implemented */ 00036 /* */ 00037 #define MASK__PRTL 0x20000000 /* not implemented */ 00038 #define MASK__PRTE 0xf0000000 /* not implemented */ 00039 #define MASK__PRTG 0xb0000000 /* not implemented */ 00040 /* */ 00041 #define MASK__PRTNOPAD 0x00000100 /* not implemented */ 00042 /* */ 00043 #define MASK__PRTOPEN 1 /* not implemented */ 00044 #define MASK__PRTCLOSE 2 /* not implemented */ 00045 #define MASK__PRTFLUSH 4 /* not implemented */