IEC61970 16v29a
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();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // ACTIVEPOWERLIMIT_H
IEC61970::Base::Domain::ActivePower value
Definition: ActivePowerLimit.h:31
Definition: AuxiliaryEquipment.h:13
Definition: ActivePower.h:23