IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61970
Base
Domain
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;
34
IEC61970::Base::Domain::Float
value
;
35
36
};
37
38
}
39
40
}
41
42
}
43
#endif // PERCENT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PerCent::value
IEC61970::Base::Domain::Float value
Definition:
PerCent.h:34
IEC61970::Base::Domain::PerCent
Definition:
PerCent.h:23
IEC61970::Base::Domain::Float
Definition:
Float.h:17
Generated by
1.8.13