File modules/er/er_formats.h

  $Revision: 1.2 $

Error reporting (er) er_formats.{m4,h} - definition of error formats error reporting module.
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy

Preprocessor definitions

#define ER_FORMATS_H

#define EXTDEF extern

#define EXTINI( a, b )


Typedef er_form_el

typedef struct {...} er_form_el
struct 
   { 
     char* n; 
     int v; 
   } 

Typedef er_format_mt

typedef enum {...} er_format_mt
enum 
   { 
     ER_M_SEVCHAR; 
     ER_M_SEVLONG; 
     ER_M_MNEMONIC; 
     ER_M_TEXTLONG; 
     ER_M_UIDUID; 
     ER_M_UIDEUID; 
     ER_M_PIDFULL; 
     ER_M_FACSYMB; 
     ER_M_PROGNAME; 
     ER_M_DATETIME; 
     ER_M_THR_ID; 
     __ER_fmt_slack; 
   } 

External Variables

er_formarr
extern er_form_el er_formarr[]
Defined in: modules/er/er.c