CIM++ Adapted CIM Codebase
LimitSet.h
1 // LimitSet.h
3 // Implementation of the Class LimitSet
5 
6 #ifndef LIMITSET_H
7 #define LIMITSET_H
8 
9 #include "IEC61970/Base/Domain/Boolean.h"
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Meas
17  {
26  {
27 
28  public:
29  LimitSet();
30  virtual ~LimitSet();
36 
37  };
38 
39  }
40 
41  }
42 
43 }
44 #endif // LIMITSET_H
Definition: AuxiliaryEquipment.h:13
Definition: LimitSet.h:25
Definition: Boolean.h:17
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::Boolean isPercentageLimits
Definition: LimitSet.h:35