File include/er_MM_errors.h

  $Revision: 2.3 $

Error reporting (er) er.c - er_RX_errors.h - definition of errors for the error reporting module (used in test only).
Status: NOT COMPLETE, NOT REVUED, NOT TESTED,
Design and implementation by: daniele@ripe.net
Included in: modules/er/er_facilities.h

Preprocessor definitions

#define MM_OK

#define MM_CANTOPEN

#define MM_LINETOOLONG

#define MM_INVMBX

#define MM_WARNCCL

#define MM_ERRCCL

#define MM_FATCCL


Typedef MM_err_code_t

typedef enum {...} MM_err_code_t
enum 
   { 
     LOW_MM_OK; 
     LOW_MM_CANTOPEN; 
     LOW_MM_LINETOOLONG; 
     LOW_MM_INVMBX; 
     LOW_MM_WARNCCL; 
     LOW_MM_ERRCCL; 
     LOW_MM_FATCCL; 
   }