File include/er_SQ_errors.h

  $Revision: 1.2 $

er_SQ_errors.h - definition of errors for the SQ module
Status: NOT REVUED, NOT TESTED,
Design and implementation by: Marek Bukowy
Included in: modules/er/er_facilities.h

Preprocessor definitions

#define SQ_OK

#define SQ_CNCT

#define SQ_CTCONN


Typedef SQ_err_code_t

typedef enum {...} SQ_err_code_t
enum 
   { 
     LOW_SQ_OK; 
     LOW_SQ_CNCT; 
     LOW_SQ_CTCONN; 
   }