Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

sysclass.h File Reference


Detailed Description

This file defines system component identifiers for traces and status.

>

#include <hiker/types.h>

Go to the source code of this file.

Defines

#define ALP_STATUS_CLASS(x)   (((alp_status_t)(x))&0xFF000000)
#define ALP_STATUS_VALUE(x)   (((alp_status_t)(x))&0xFFFF0000)
#define ALP_STATUS_INFO(x)   (((alp_status_t)(x))&0x0000FFFF)
#define ALP_CLASS_UNDEFINED   0x01000000
#define ALP_CLASS_APPSERVER   0x02000000
#define ALP_CLASS_EXCHANGE   0x04000000
#define ALP_CLASS_NOTIFY   0x05000000
#define ALP_CLASS_BUNDLE   0x06000000
#define ALP_CLASS_SAL   0x08000000
#define ALP_CLASS_IPC   0x0E000000
#define ALP_CLASS_GLOBAL_SETTINGS   0x10000000
#define ALP_CLASS_VOLUMESVCS   0x12000000
#define ALP_CLASS_BUNDLEMGR   0x16000000
#define ALP_CLASS_SPF   0x1B000000
#define ALP_CLASS_NLPD   0x1C000000
#define ALP_CLASS_LSM   0x1F000000
#define ALP_CLASS_ATTN   0x21000000
#define ALP_CLASS_ALARM   0x23000000
#define ALP_CLASS_POWER   0x27000000


Define Documentation

#define ALP_CLASS_ALARM   0x23000000
 

#define ALP_CLASS_APPSERVER   0x02000000
 

#define ALP_CLASS_ATTN   0x21000000
 

#define ALP_CLASS_BUNDLE   0x06000000
 

#define ALP_CLASS_BUNDLEMGR   0x16000000
 

#define ALP_CLASS_EXCHANGE   0x04000000
 

#define ALP_CLASS_GLOBAL_SETTINGS   0x10000000
 

#define ALP_CLASS_IPC   0x0E000000
 

#define ALP_CLASS_LSM   0x1F000000
 

#define ALP_CLASS_NLPD   0x1C000000
 

#define ALP_CLASS_NOTIFY   0x05000000
 

#define ALP_CLASS_POWER   0x27000000
 

#define ALP_CLASS_SAL   0x08000000
 

#define ALP_CLASS_SPF   0x1B000000
 

#define ALP_CLASS_UNDEFINED   0x01000000
 

#define ALP_CLASS_VOLUMESVCS   0x12000000
 

#define ALP_STATUS_CLASS  )     (((alp_status_t)(x))&0xFF000000)
 

#define ALP_STATUS_INFO  )     (((alp_status_t)(x))&0x0000FFFF)
 

#define ALP_STATUS_VALUE  )     (((alp_status_t)(x))&0xFFFF0000)
 


Generated on Sat Dec 16 20:29:48 2006 for hiker-0.9 by  doxygen 1.4.4