File modules/sq/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

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; 
   }