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