IEC61970 17v07
17v07
refactored
IEC61970
Base
Core
BasePower.h
1
// BasePower.h
3
// Implementation of the Class BasePower
5
6
#ifndef BASEPOWER_H
7
#define BASEPOWER_H
8
9
#include "IEC61970/Base/Domain/ApparentPower.h"
10
#include "IEC61970/Base/Core/IdentifiedObject.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Core
17
{
21
class
BasePower
:
public
IEC61970::Base::Core::IdentifiedObject
22
{
23
24
public
:
25
BasePower
();
26
virtual
~
BasePower
();
30
IEC61970::Base::Domain::ApparentPower
basePower
;
31
32
};
33
34
}
35
36
}
37
38
}
39
#endif // BASEPOWER_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::BasePower
Definition:
BasePower.h:21
IEC61970::Base::Domain::ApparentPower
Definition:
ApparentPower.h:22
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
IEC61970::Base::Core::BasePower::basePower
IEC61970::Base::Domain::ApparentPower basePower
Definition:
BasePower.h:30
Generated by
1.8.13