IEC61970 17v23
PhotoVoltaicUnit.h
1 // PhotoVoltaicUnit.h
3 // Implementation of the Class PhotoVoltaicUnit
4 // Original author: selaost1
6 
7 #ifndef PHOTOVOLTAICUNIT_H
8 #define PHOTOVOLTAICUNIT_H
9 
10 #include "IEC61970/Base/Generation/Production/PowerElectronicsUnit.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Generation
17  {
18  namespace Production
19  {
24  {
25 
26  public:
28  virtual ~PhotoVoltaicUnit();
29 
30  };
31 
32  }
33 
34  }
35 
36  }
37 
38 }
39 #endif // PHOTOVOLTAICUNIT_H
Definition: AuxiliaryEquipment.h:13