IEC61970 16v29a
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();
33 
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // VOLTAGELIMIT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Voltage value
Definition: VoltageLimit.h:32
Definition: Voltage.h:22