CIM++ Adapted CIM Codebase
NotificationTriggerKind.h
1 // NotificationTriggerKind.h
3 // Implementation of the Class NotificationTriggerKind
4 // Original author: T. Kostic
6 
7 #ifndef NOTIFICATIONTRIGGERKIND_H
8 #define NOTIFICATIONTRIGGERKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Customers
13  {
17  enum class NotificationTriggerKind
18  {
22  initialEtr,
26  etrChange,
30  powerRestored,
34  powerOut,
38  informDispatched
39  };
40 
41  }
42 
43 }
44 #endif // NOTIFICATIONTRIGGERKIND_H
Definition: BusbarSectionInfo.h:14