GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MbsAPIbase
err_mask_def.h
Go to the documentation of this file.
1
// $Id: err_mask_def.h 478 2009-10-29 12:26:09Z linev $
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#include "
typedefs.h
"
15
/* ++++++++++++++++++++++++++
16
* +++ err_mask_def.h +++
17
* ++++++++++++++++++++++++++
18
* RSMayer
19
* 08-Feb-1994
20
* output mask definitions
21
* last update: 10-Feb-1994:RSM, MASK__DEBUG, MASK__VERBOSE
22
* last update: 15-Feb-1994:RSM, File renamed to err_mask_def.h
23
*/
24
25
#define MASK__DEBUG 1
/* output for debug purpose */
26
#define MASK__VERBOSE 2
/* verbose output */
27
/* */
28
#define MASK__PRTNULL 0x0
/* no output, i.e. output suppressed */
29
#define MASK__PRTTERM 0x80000000
/* Terminal output only */
30
#define MASK__PRTSLOG 0x20000000
/* Log file output */
31
#define MASK__PRTT 0xa0000000
/* Terminal and log file output */
32
#define MASK__PRTGLOG 0x10000000
/* not implemented */
33
#define MASK__PRTPLOG 0x08000000
/* not implemented */
34
#define MASK__PRTCLOG 0x04000000
/* not implemented */
35
#define MASK__PRTERRL 0x40000000
/* not implemented */
36
/* */
37
#define MASK__PRTL 0x20000000
/* not implemented */
38
#define MASK__PRTE 0xf0000000
/* not implemented */
39
#define MASK__PRTG 0xb0000000
/* not implemented */
40
/* */
41
#define MASK__PRTNOPAD 0x00000100
/* not implemented */
42
/* */
43
#define MASK__PRTOPEN 1
/* not implemented */
44
#define MASK__PRTCLOSE 2
/* not implemented */
45
#define MASK__PRTFLUSH 4
/* not implemented */
typedefs.h
Generated on Fri Oct 26 2018 08:34:53 for GSI Object Oriented Online Offline (Go4) by
1.8.8