IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfLocations
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
{
23
class
Zone
:
public
IEC61968::Common::Location
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
IEC61968::Common::Location
Definition:
Location.h:33
IEC61968::InfIEC61968::InfLocations::Zone
Definition:
Zone.h:23
IEC61968::InfIEC61968::InfLocations::Zone::kind
IEC61968::InfIEC61968::InfLocations::ZoneKind kind
Definition:
Zone.h:32
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13