File include/er_aspects.h

  $Revision: 1.3 $

Error reporting (er) erroutines.h - definition of error reporting aspects.
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy

Typedef er_asp_t

typedef enum {...} er_asp_t
enum 
   { 
     ASP_CIRC_BUF; 
     ASP_RX_NODCRE_GEN; 
     ASP_RX_NODCRE_DET; 
     ASP_RX_NODCRE_BOT; 
     ASP_RX_STKBLD_GEN; 
     ASP_RX_STKBLD_DET; 
     ASP_RX_STKBLD_BOT; 
     ASP_RX_SRCH_GEN; 
     ASP_RX_SRCH_DET; 
     ASP_RX_SRCH_BOT; 
     ASP_RX_TREE_GEN; 
     ASP_RX_TREE_DET; 
     ASP_RX_TREE_BOT; 
     ASP_RX_TREE_WALK; 
   }