$Revision: 2.4 $
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
Preprocessor definitions
#define MM_OK
#define MM_CANTOPEN
#define MM_LINETOOLONG
#define MM_INVMBX
#define MM_WARNCCL
#define MM_ERRCCL
#define MM_FATCCL
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; |
|
} |
|