IEC61970 17v23
PowerElectronicsUnit.h
1 // PowerElectronicsUnit.h
3 // Implementation of the Class PowerElectronicsUnit
4 // Original author: selaost1
6 
7 #ifndef POWERELECTRONICSUNIT_H
8 #define POWERELECTRONICSUNIT_H
9 
10 #include "IEC61970/Base/Domain/ActivePower.h"
11 #include "IEC61970/Base/Core/Equipment.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Generation
18  {
19  namespace Production
20  {
26  {
27 
28  public:
30  virtual ~PowerElectronicsUnit();
39 
40  };
41 
42  }
43 
44  }
45 
46  }
47 
48 }
49 #endif // POWERELECTRONICSUNIT_H
IEC61970::Base::Domain::ActivePower minP
Definition: PowerElectronicsUnit.h:38
Definition: AuxiliaryEquipment.h:13
Definition: ActivePower.h:24
Definition: Equipment.h:21
IEC61970::Base::Domain::ActivePower maxP
Definition: PowerElectronicsUnit.h:34