GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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__PRTCLOG   0x04000000 /* not implemented */
 
#define MASK__PRTCLOSE   2 /* not implemented */
 
#define MASK__PRTE   0xf0000000 /* not implemented */
 
#define MASK__PRTERRL   0x40000000 /* not implemented */
 
#define MASK__PRTFLUSH   4 /* not implemented */
 
#define MASK__PRTG   0xb0000000 /* not implemented */
 
#define MASK__PRTGLOG   0x10000000 /* not implemented */
 
#define MASK__PRTL   0x20000000 /* not implemented */
 
#define MASK__PRTNOPAD   0x00000100 /* not implemented */
 
#define MASK__PRTNULL   0x0 /* no output, i.e. output suppressed */
 
#define MASK__PRTOPEN   1 /* not implemented */
 
#define MASK__PRTPLOG   0x08000000 /* not implemented */
 
#define MASK__PRTSLOG   0x20000000 /* Log file output */
 
#define MASK__PRTT   0xa0000000 /* Terminal and log file output */
 
#define MASK__PRTTERM   0x80000000 /* Terminal output only */
 
#define MASK__VERBOSE   2 /* verbose output */
 

Macro Definition Documentation

◆ MASK__DEBUG

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

Definition at line 28 of file err_mask_def.h.

◆ MASK__PRTCLOG

#define MASK__PRTCLOG   0x04000000 /* not implemented */

Definition at line 37 of file err_mask_def.h.

◆ MASK__PRTCLOSE

#define MASK__PRTCLOSE   2 /* not implemented */

Definition at line 47 of file err_mask_def.h.

◆ MASK__PRTE

#define MASK__PRTE   0xf0000000 /* not implemented */

Definition at line 41 of file err_mask_def.h.

◆ MASK__PRTERRL

#define MASK__PRTERRL   0x40000000 /* not implemented */

Definition at line 38 of file err_mask_def.h.

◆ MASK__PRTFLUSH

#define MASK__PRTFLUSH   4 /* not implemented */

Definition at line 48 of file err_mask_def.h.

◆ MASK__PRTG

#define MASK__PRTG   0xb0000000 /* not implemented */

Definition at line 42 of file err_mask_def.h.

◆ MASK__PRTGLOG

#define MASK__PRTGLOG   0x10000000 /* not implemented */

Definition at line 35 of file err_mask_def.h.

◆ MASK__PRTL

#define MASK__PRTL   0x20000000 /* not implemented */

Definition at line 40 of file err_mask_def.h.

◆ MASK__PRTNOPAD

#define MASK__PRTNOPAD   0x00000100 /* not implemented */

Definition at line 44 of file err_mask_def.h.

◆ MASK__PRTNULL

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

Definition at line 31 of file err_mask_def.h.

◆ MASK__PRTOPEN

#define MASK__PRTOPEN   1 /* not implemented */

Definition at line 46 of file err_mask_def.h.

◆ MASK__PRTPLOG

#define MASK__PRTPLOG   0x08000000 /* not implemented */

Definition at line 36 of file err_mask_def.h.

◆ MASK__PRTSLOG

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

Definition at line 33 of file err_mask_def.h.

◆ MASK__PRTT

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

Definition at line 34 of file err_mask_def.h.

◆ MASK__PRTTERM

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

Definition at line 32 of file err_mask_def.h.

◆ MASK__VERBOSE

#define MASK__VERBOSE   2 /* verbose output */

Definition at line 29 of file err_mask_def.h.