IEC61970 17v23
ActivePowerLimit.h
1 // ActivePowerLimit.h
3 // Implementation of the Class ActivePowerLimit
4 // Original author: kdd
6 
7 #ifndef ACTIVEPOWERLIMIT_H
8 #define ACTIVEPOWERLIMIT_H
9 
10 #include "IEC61970/Base/Domain/ActivePower.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:
27  virtual ~ActivePowerLimit();
36 
37  };
38 
39  }
40 
41  }
42 
43 }
44 #endif // ACTIVEPOWERLIMIT_H
IEC61970::Base::Domain::ActivePower value
Definition: ActivePowerLimit.h:35
Definition: AuxiliaryEquipment.h:13
Definition: ActivePower.h:24
IEC61970::Base::Domain::ActivePower normalValue
Definition: ActivePowerLimit.h:31