![]() |
OpenZWave Library
1.6.0
|
#include <NotificationCCTypes.h>
Classes | |
class | NotificationEventParams |
class | NotificationEvents |
class | NotificationTypes |
Public Types | |
enum | NotificationEventParamTypes { NEPT_Location = 0x01, NEPT_List, NEPT_UserCodeReport, NEPT_Byte, NEPT_String, NEPT_Time } |
Public Member Functions | |
string | GetAlarmType (uint32) |
string | GetEventForAlarmType (uint32, uint32) |
const NotificationTypes * | GetAlarmNotificationTypes (uint32) |
const NotificationEvents * | GetAlarmNotificationEvents (uint32, uint32) |
const std::map< uint32, NotificationCCTypes::NotificationEventParams * > | GetAlarmNotificationEventParams (uint32, uint32) |
Static Public Member Functions | |
static NotificationCCTypes * | Get () |
static bool | Create () |
static string | GetEventParamNames (NotificationEventParamTypes) |
|
static |
|
static |
const std::map< uint32, NotificationCCTypes::NotificationEventParams * > NotificationCCTypes::GetAlarmNotificationEventParams | ( | uint32 | type, |
uint32 | event | ||
) |
const NotificationCCTypes::NotificationEvents * NotificationCCTypes::GetAlarmNotificationEvents | ( | uint32 | type, |
uint32 | event | ||
) |
const NotificationCCTypes::NotificationTypes * NotificationCCTypes::GetAlarmNotificationTypes | ( | uint32 | type | ) |
string NotificationCCTypes::GetAlarmType | ( | uint32 | type | ) |
|
static |