IEC61970 16v29a - IEC61968 12v08
EndDeviceFunctionKind.h
1 // EndDeviceFunctionKind.h
3 // Implementation of the Class EndDeviceFunctionKind
4 // Original author: T. Kostic
6 
7 #ifndef ENDDEVICEFUNCTIONKIND_H
8 #define ENDDEVICEFUNCTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Metering
13  {
17  enum class EndDeviceFunctionKind
18  {
22  _undef = -1, reverseFlow,
26  demandResponse,
31  metrology,
35  outageHistory,
40  relaysProgramming,
44  onRequestRead,
48  autonomousDst,
52  electricMetering,
56  gasMetering,
60  waterMetering
61  };
62 
63  }
64 
65 }
66 #endif // ENDDEVICEFUNCTIONKIND_H
Definition: BusbarSectionInfo.h:14