 |
OpenZWave Library
1.6.1392
|
Go to the documentation of this file.
28 #ifndef NOTIFICATIONCCTYPES_H
29 #define NOTIFICATIONCCTYPES_H
69 std::map<uint32, std::shared_ptr<NotificationCCTypes::NotificationEventParams> >
EventParams;
76 std::map<uint32, std::shared_ptr<NotificationCCTypes::NotificationEvents> >
Events;
85 static bool ReadXML();
101 static std::map<uint32,std::shared_ptr<NotificationCCTypes::NotificationTypes> > Notifications;
106 #endif // NOTIFICATIONCCTYPES_H
unsigned int uint32
Definition: Defs.h:91
@ NEPT_String
Definition: NotificationCCTypes.h:52
NotificationEventParamTypes type
Definition: NotificationCCTypes.h:61
string name
Definition: NotificationCCTypes.h:60
const std::shared_ptr< NotificationCCTypes::NotificationTypes > GetAlarmNotificationTypes(uint32)
Definition: NotificationCCTypes.cpp:335
Definition: NotificationCCTypes.h:57
Definition: NotificationCCTypes.h:44
@ NEPT_Byte
Definition: NotificationCCTypes.h:51
string GetEventForAlarmType(uint32, uint32)
Definition: NotificationCCTypes.cpp:325
static NotificationCCTypes * Get()
Definition: NotificationCCTypes.cpp:388
uint32 id
Definition: NotificationCCTypes.h:67
@ NEPT_List
Definition: NotificationCCTypes.h:49
@ NEPT_Location
Definition: NotificationCCTypes.h:48
uint32 id
Definition: NotificationCCTypes.h:59
string name
Definition: NotificationCCTypes.h:75
Definition: NotificationCCTypes.h:72
const std::shared_ptr< NotificationEvents > GetAlarmNotificationEvents(uint32, uint32)
Definition: NotificationCCTypes.cpp:348
std::map< uint32, string > ListItems
Definition: NotificationCCTypes.h:62
static string GetEventParamNames(NotificationEventParamTypes)
Definition: NotificationCCTypes.cpp:289
@ NEPT_UserCodeReport
Definition: NotificationCCTypes.h:50
Definition: NotificationCCTypes.h:65
string GetAlarmType(uint32)
Definition: NotificationCCTypes.cpp:315
string name
Definition: NotificationCCTypes.h:68
const std::map< uint32, std::shared_ptr< NotificationCCTypes::NotificationEventParams > > GetAlarmNotificationEventParams(uint32, uint32)
Definition: NotificationCCTypes.cpp:361
std::map< uint32, std::shared_ptr< NotificationCCTypes::NotificationEventParams > > EventParams
Definition: NotificationCCTypes.h:69
static bool Create()
Definition: NotificationCCTypes.cpp:374
NotificationEventParamTypes
Definition: NotificationCCTypes.h:47
std::map< uint32, std::shared_ptr< NotificationCCTypes::NotificationEvents > > Events
Definition: NotificationCCTypes.h:76
@ NEPT_Time
Definition: NotificationCCTypes.h:53
Definition: Bitfield.cpp:31
uint32 id
Definition: NotificationCCTypes.h:74