IEC61970 17v23
VoltageLimit.h
1 // VoltageLimit.h
3 // Implementation of the Class VoltageLimit
4 // Original author: kdd
6 
7 #ifndef VOLTAGELIMIT_H
8 #define VOLTAGELIMIT_H
9 
10 #include "IEC61970/Base/Domain/Voltage.h"
11 #include "IEC61970/Base/OperationalLimits/OperationalLimit.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace OperationalLimits
18  {
23  {
24 
25  public:
26  VoltageLimit();
27  virtual ~VoltageLimit();
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // VOLTAGELIMIT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Voltage normalValue
Definition: VoltageLimit.h:32
IEC61970::Base::Domain::Voltage value
Definition: VoltageLimit.h:37
Definition: Voltage.h:23