IEC61970 17v07
17v07
refactored
IEC61970
Base
Domain
Length.h
1
// Length.h
3
// Implementation of the Class Length
5
6
#ifndef LENGTH_H
7
#define LENGTH_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
{
22
class
Length
23
{
24
25
public
:
26
Length
();
27
virtual
~
Length
();
28
IEC61970::Base::Domain::UnitMultiplier multiplier = IEC61970::Base::Domain::UnitMultiplier::_undef;
29
static
const
IEC61970::Base::Domain::UnitSymbol unit;
30
IEC61970::Base::Domain::Float
value;
31
32
};
33
34
}
35
36
}
37
38
}
39
#endif // LENGTH_H
IEC61970::Base::Domain::Length
Definition:
Length.h:22
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float
Definition:
Float.h:17
Generated by
1.8.13