IEC61970 16v29a - IEC61968 12v08
ComDirectionKind.h
1 // ComDirectionKind.h
3 // Implementation of the Class ComDirectionKind
4 // Original author: T. Kostic
6 
7 #ifndef COMDIRECTIONKIND_H
8 #define COMDIRECTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Metering
13  {
17  enum class ComDirectionKind
18  {
22  _undef = -1, fromDevice,
26  toDevice,
30  biDirectional
31  };
32 
33  }
34 
35 }
36 #endif // COMDIRECTIONKIND_H
Definition: BusbarSectionInfo.h:14