IEC61970 16v29a - IEC61968 12v08
Zone.h
1 // Zone.h
3 // Implementation of the Class Zone
5 
6 #ifndef ZONE_H
7 #define ZONE_H
8 
9 #include "IEC61968/InfIEC61968/InfLocations/ZoneKind.h"
10 #include "IEC61968/Common/Location.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfLocations
17  {
24  {
25 
26  public:
27  Zone();
28  virtual ~Zone();
32  IEC61968::InfIEC61968::InfLocations::ZoneKind kind = IEC61968::InfIEC61968::InfLocations::ZoneKind::_undef;
33 
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // ZONE_H
Definition: Location.h:33
IEC61968::InfIEC61968::InfLocations::ZoneKind kind
Definition: Zone.h:32
Definition: BusbarSectionInfo.h:14