File ac/er_AC_errors.h

  $Revision: 1.3 $

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

Preprocessor definitions

#define AC_OK

#define AC_INVARG

#define AC_INTR_ERR


Typedef AC_err_code_t

typedef enum {...} AC_err_code_t
enum 
   { 
     LOW_AC_OK; 
     LOW_AC_INVARG; 
     LOW_AC_INTR_ERR; 
   }