IEC61970 17v07
PerCent.h
1 // PerCent.h
3 // Implementation of the Class PerCent
5 
6 #ifndef PERCENT_H
7 #define PERCENT_H
8 
9 #include "IEC61970/Base/Domain/UnitMultiplier.h"
10 #include "IEC61970/Base/Domain/UnitSymbol.h"
11 #include "IEC61970/Base/Domain/Float.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Domain
18  {
23  class PerCent
24  {
25 
26  public:
27  PerCent();
28  virtual ~PerCent();
29  static const IEC61970::Base::Domain::UnitMultiplier multiplier;
30  static const IEC61970::Base::Domain::UnitSymbol unit;
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // PERCENT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float value
Definition: PerCent.h:34
Definition: PerCent.h:23
Definition: Float.h:17