9 #ifndef __ENUM_MSG_LOG_CATEGORIES_H
10 #define __ENUM_MSG_LOG_CATEGORIES_H
20 enum ENUM_MsgLogCategories
22 ENUM_NullMsgCategory = 0x00000000,
23 ENUM_SystemMsgCategory = 0x00000001,
24 ENUM_AlarmMsgCategory = 0x00000002,
25 ENUM_PowerupMsgCategory = 0x00000004,
26 ENUM_GeneralMsgCategory = 0x00000008,
27 ENUM_BatchMsgCategory = 0x00000010,
28 ENUM_LoginMsgCategory = 0x00000020,
29 ENUM_SigningMsgCategory = 0x00000040,
30 ENUM_AuditTrailMsgCategory = 0x00000080,
31 ENUM_ReportMsgCategory = 0x00000100,
32 ENUM_AMS2750DCategory = 0x00000200,
33 ENUM_AllMessageCategories = 0x7fffffff