| 311 | |
| 312 | |
| 313 | const NotificationCCTypes::NotificationTypes* NotificationCCTypes::GetAlarmNotificationTypes |
| 314 | ( |
| 315 | uint32 type |
| 316 | ) |
| 317 | { |
| 318 | if (Notifications.find(type) != Notifications.end()) { |
| 319 | return Notifications.at(type); |
| 320 | } |
| 321 | else |
| 322 | { |
| 323 | Log::Write( LogLevel_Warning, "NotificationCCTypes::GetAlarmNotificationTypes - Unknown Alarm Type %d", type); |
| 324 | } |
| 325 | return NULL; |
| 326 | } |
| 327 | |
| 328 | const NotificationCCTypes::NotificationEvents* NotificationCCTypes::GetAlarmNotificationEvents |
| 329 | ( |