IEC61970 16v29a - IEC61968 12v08
LandPropertyKind.h
1 // LandPropertyKind.h
3 // Implementation of the Class LandPropertyKind
4 // Original author: T. Kostic
6 
7 #ifndef LANDPROPERTYKIND_H
8 #define LANDPROPERTYKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfLocations
15  {
19  enum class LandPropertyKind
20  {
24  _undef = -1, building,
28  customerPremise,
32  depot,
37  store,
41  substation,
46  gridSupplyPoint,
50  external
51  };
52 
53  }
54 
55  }
56 
57 }
58 #endif // LANDPROPERTYKIND_H
Definition: BusbarSectionInfo.h:14