IEC61970 17v07
17v07
refactored
IEC61970
Base
Domain
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
{
23
class
InductancePerLength
24
{
25
26
public
:
27
InductancePerLength
();
28
virtual
~
InductancePerLength
();
29
static
const
IEC61970::Base::Domain::UnitMultiplier multiplier;
30
static
const
IEC61970::Base::Domain::UnitSymbol unit;
31
IEC61970::Base::Domain::Float
value;
32
33
};
34
35
}
36
37
}
38
39
}
40
#endif // INDUCTANCEPERLENGTH_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::InductancePerLength
Definition:
InductancePerLength.h:23
IEC61970::Base::Domain::Float
Definition:
Float.h:17
Generated by
1.8.13