GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros
err_mask_def.h File Reference
#include "typedefs.h"

Go to the source code of this file.

Macros

#define MASK__DEBUG   1 /* output for debug purpose */
 
#define MASK__VERBOSE   2 /* verbose output */
 
#define MASK__PRTNULL   0x0 /* no output, i.e. output suppressed */
 
#define MASK__PRTTERM   0x80000000 /* Terminal output only */
 
#define MASK__PRTSLOG   0x20000000 /* Log file output */
 
#define MASK__PRTT   0xa0000000 /* Terminal and log file output */
 
#define MASK__PRTGLOG   0x10000000 /* not implemented */
 
#define MASK__PRTPLOG   0x08000000 /* not implemented */
 
#define MASK__PRTCLOG   0x04000000 /* not implemented */
 
#define MASK__PRTERRL   0x40000000 /* not implemented */
 
#define MASK__PRTL   0x20000000 /* not implemented */
 
#define MASK__PRTE   0xf0000000 /* not implemented */
 
#define MASK__PRTG   0xb0000000 /* not implemented */
 
#define MASK__PRTNOPAD   0x00000100 /* not implemented */
 
#define MASK__PRTOPEN   1 /* not implemented */
 
#define MASK__PRTCLOSE   2 /* not implemented */
 
#define MASK__PRTFLUSH   4 /* not implemented */
 

Macro Definition Documentation

#define MASK__DEBUG   1 /* output for debug purpose */

Definition at line 25 of file err_mask_def.h.

#define MASK__PRTCLOG   0x04000000 /* not implemented */

Definition at line 34 of file err_mask_def.h.

#define MASK__PRTCLOSE   2 /* not implemented */

Definition at line 44 of file err_mask_def.h.

#define MASK__PRTE   0xf0000000 /* not implemented */

Definition at line 38 of file err_mask_def.h.

#define MASK__PRTERRL   0x40000000 /* not implemented */

Definition at line 35 of file err_mask_def.h.

#define MASK__PRTFLUSH   4 /* not implemented */

Definition at line 45 of file err_mask_def.h.

#define MASK__PRTG   0xb0000000 /* not implemented */

Definition at line 39 of file err_mask_def.h.

#define MASK__PRTGLOG   0x10000000 /* not implemented */

Definition at line 32 of file err_mask_def.h.

#define MASK__PRTL   0x20000000 /* not implemented */

Definition at line 37 of file err_mask_def.h.

#define MASK__PRTNOPAD   0x00000100 /* not implemented */

Definition at line 41 of file err_mask_def.h.

#define MASK__PRTNULL   0x0 /* no output, i.e. output suppressed */

Definition at line 28 of file err_mask_def.h.

#define MASK__PRTOPEN   1 /* not implemented */

Definition at line 43 of file err_mask_def.h.

#define MASK__PRTPLOG   0x08000000 /* not implemented */

Definition at line 33 of file err_mask_def.h.

#define MASK__PRTSLOG   0x20000000 /* Log file output */

Definition at line 30 of file err_mask_def.h.

#define MASK__PRTT   0xa0000000 /* Terminal and log file output */

Definition at line 31 of file err_mask_def.h.

#define MASK__PRTTERM   0x80000000 /* Terminal output only */

Definition at line 29 of file err_mask_def.h.

#define MASK__VERBOSE   2 /* verbose output */

Definition at line 26 of file err_mask_def.h.