IEC61970 17v07
InductancePerLength.h
1 // InductancePerLength.h
3 // Implementation of the Class InductancePerLength
4 // Original author: T. Kostic
6 
7 #ifndef INDUCTANCEPERLENGTH_H
8 #define INDUCTANCEPERLENGTH_H
9 
10 #include "IEC61970/Base/Domain/UnitMultiplier.h"
11 #include "IEC61970/Base/Domain/UnitSymbol.h"
12 #include "IEC61970/Base/Domain/Float.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Domain
19  {
24  {
25 
26  public:
28  virtual ~InductancePerLength();
29  static const IEC61970::Base::Domain::UnitMultiplier multiplier;
30  static const IEC61970::Base::Domain::UnitSymbol unit;
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // INDUCTANCEPERLENGTH_H
Definition: AuxiliaryEquipment.h:13
Definition: InductancePerLength.h:23
Definition: Float.h:17