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