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