8 #ifndef __ENUM_UHH_RECSTATUS_H
9 #define __ENUM_UHH_RECSTATUS_H
15 enum ENUM_Uhh_RecStatus
17 ENUM_Uhh_RecStatus_Default = 0x00,
18 ENUM_Uhh_RecStatus_DisableSamples = 0x01,
19 ENUM_Uhh_RecStatus_DisableAlarmInfo = 0x02,
20 ENUM_Uhh_RecStatus_DisableMessages = 0x04,
21 ENUM_Uhh_RecStatus_DisableBatchInfo = 0x08,
22 ENUM_Uhh_RecStatus_DisableAll = 0x0F