IEC61970 16v29a
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
16v29a
refactored
IEC61970
Base
LoadModel
NonConformLoad.h
1
// NonConformLoad.h
3
// Implementation of the Class NonConformLoad
5
6
#ifndef NONCONFORMLOAD_H
7
#define NONCONFORMLOAD_H
8
9
#include "IEC61970/Base/Wires/EnergyConsumer.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
LoadModel
16
{
21
class
NonConformLoad
:
public
IEC61970::Base::Wires::EnergyConsumer
22
{
23
24
public
:
25
NonConformLoad
();
26
virtual
~
NonConformLoad
();
27
28
};
29
30
}
31
32
}
33
34
}
35
#endif // NONCONFORMLOAD_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::EnergyConsumer
Definition:
EnergyConsumer.h:30
IEC61970::Base::LoadModel::NonConformLoad
Definition:
NonConformLoad.h:21
Generated by
1.8.13