IEC61970 17v23
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
17v23
refactored
IEC61970
Base
Meas
AnalogLimit.h
1
// AnalogLimit.h
3
// Implementation of the Class AnalogLimit
5
6
#ifndef ANALOGLIMIT_H
7
#define ANALOGLIMIT_H
8
9
#include "IEC61970/Base/Domain/Float.h"
10
#include "IEC61970/Base/Meas/Limit.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Meas
17
{
21
class
AnalogLimit
:
public
IEC61970::Base::Meas::Limit
22
{
23
24
public
:
25
AnalogLimit
();
26
virtual
~
AnalogLimit
();
30
IEC61970::Base::Domain::Float
value
;
31
32
};
33
34
}
35
36
}
37
38
}
39
#endif // ANALOGLIMIT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Meas::Limit
Definition:
Limit.h:24
IEC61970::Base::Meas::AnalogLimit::value
IEC61970::Base::Domain::Float value
Definition:
AnalogLimit.h:30
IEC61970::Base::Meas::AnalogLimit
Definition:
AnalogLimit.h:21
IEC61970::Base::Domain::Float
Definition:
Float.h:17
Generated by
1.8.13