 |
OpenZWave Library
1.6.0
|
Go to the documentation of this file.
28 #ifndef NOTIFICATIONCCTYPES_H
29 #define NOTIFICATIONCCTYPES_H
64 std::map<uint32, NotificationCCTypes::NotificationEventParams* >
EventParams;
70 std::map<uint32, NotificationCCTypes::NotificationEvents *>
Events;
80 static void ReadXML();
96 static std::map<uint32, NotificationCCTypes::NotificationTypes *> Notifications;
101 #endif // VALUEHELP_H
unsigned int uint32
Definition: Defs.h:95
string GetAlarmType(uint32)
Definition: NotificationCCTypes.cpp:287
Definition: NotificationCCTypes.h:42
@ NEPT_Time
Definition: NotificationCCTypes.h:50
@ NEPT_List
Definition: NotificationCCTypes.h:46
string name
Definition: NotificationCCTypes.h:63
Definition: NotificationCCTypes.h:66
std::map< uint32, NotificationCCTypes::NotificationEvents * > Events
Definition: NotificationCCTypes.h:70
@ NEPT_Byte
Definition: NotificationCCTypes.h:48
Definition: NotificationCCTypes.h:60
uint32 id
Definition: NotificationCCTypes.h:62
uint32 id
Definition: NotificationCCTypes.h:55
@ NEPT_Location
Definition: NotificationCCTypes.h:45
@ NEPT_String
Definition: NotificationCCTypes.h:49
const NotificationTypes * GetAlarmNotificationTypes(uint32)
Definition: NotificationCCTypes.cpp:314
static NotificationCCTypes * Get()
Definition: NotificationCCTypes.cpp:374
const NotificationEvents * GetAlarmNotificationEvents(uint32, uint32)
Definition: NotificationCCTypes.cpp:329
Definition: NotificationCCTypes.h:53
NotificationEventParamTypes type
Definition: NotificationCCTypes.h:57
static bool Create()
Definition: NotificationCCTypes.cpp:359
std::map< uint32, string > ListItems
Definition: NotificationCCTypes.h:58
static string GetEventParamNames(NotificationEventParamTypes)
Definition: NotificationCCTypes.cpp:259
string name
Definition: NotificationCCTypes.h:69
NotificationEventParamTypes
Definition: NotificationCCTypes.h:44
string GetEventForAlarmType(uint32, uint32)
Definition: NotificationCCTypes.cpp:299
string name
Definition: NotificationCCTypes.h:56
uint32 id
Definition: NotificationCCTypes.h:68
const std::map< uint32, NotificationCCTypes::NotificationEventParams * > GetAlarmNotificationEventParams(uint32, uint32)
Definition: NotificationCCTypes.cpp:344
Definition: Bitfield.h:35
@ NEPT_UserCodeReport
Definition: NotificationCCTypes.h:47
std::map< uint32, NotificationCCTypes::NotificationEventParams * > EventParams
Definition: NotificationCCTypes.h:64