| 284 | } |
| 285 | |
| 286 | string NotificationCCTypes::GetAlarmType |
| 287 | ( |
| 288 | uint32 type |
| 289 | ) |
| 290 | { |
| 291 | if (Notifications.find(type) != Notifications.end()) { |
| 292 | return Notifications.at(type)->name; |
| 293 | } |
| 294 | Log::Write( LogLevel_Warning, "NotificationCCTypes::GetAlarmType - Unknown AlarmType %d", type); |
| 295 | return "Unknown"; |
| 296 | } |
| 297 | |
| 298 | string NotificationCCTypes::GetEventForAlarmType |
| 299 | ( |