IEC61970 16v29a
16v29a
refactored
IEC61970
Base
LoadModel
EnergyArea.h
1
// EnergyArea.h
3
// Implementation of the Class EnergyArea
5
6
#ifndef ENERGYAREA_H
7
#define ENERGYAREA_H
8
9
#include "IEC61970/Base/Core/IdentifiedObject.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
LoadModel
16
{
24
class
EnergyArea
:
public
IEC61970::Base::Core::IdentifiedObject
25
{
26
27
public
:
28
EnergyArea
();
29
virtual
~
EnergyArea
();
30
31
};
32
33
}
34
35
}
36
37
}
38
#endif // ENERGYAREA_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::LoadModel::EnergyArea
Definition:
EnergyArea.h:24
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
Generated by
1.8.13