IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfWiresExt
SVC.h
1
// SVC.h
3
// Implementation of the Class SVC
5
6
#ifndef SVC_H
7
#define SVC_H
8
9
#include "IEC61970/Base/Domain/Reactance.h"
10
#include "IEC61970/Base/Wires/ShuntCompensator.h"
11
12
namespace
IEC61968
13
{
14
namespace
InfIEC61968
15
{
16
namespace
InfWiresExt
17
{
22
class
SVC
:
public
IEC61970::Base::Wires::ShuntCompensator
23
{
24
25
public
:
26
SVC
();
27
virtual
~
SVC
();
31
IEC61970::Base::Domain::Reactance
capacitiveRating
;
35
IEC61970::Base::Domain::Reactance
inductiveRating
;
36
37
};
38
39
}
40
41
}
42
43
}
44
#endif // SVC_H
IEC61968::InfIEC61968::InfWiresExt::SVC::inductiveRating
IEC61970::Base::Domain::Reactance inductiveRating
Definition:
SVC.h:35
IEC61970::Base::Domain::Reactance
Definition:
Reactance.h:22
IEC61970::Base::Wires::ShuntCompensator
Definition:
ShuntCompensator.h:34
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61968::InfIEC61968::InfWiresExt::SVC
Definition:
SVC.h:22
IEC61968::InfIEC61968::InfWiresExt::SVC::capacitiveRating
IEC61970::Base::Domain::Reactance capacitiveRating
Definition:
SVC.h:31
Generated by
1.8.13