IEC61970 16v29a - SINERGIEN 20170705
VoltageControlZone.h
1 // VoltageControlZone.h
3 // Implementation of the Class VoltageControlZone
5 
6 #ifndef VOLTAGECONTROLZONE_H
7 #define VOLTAGECONTROLZONE_H
8 
9 #include "IEC61970/Base/Core/PowerSystemResource.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Wires
16  {
23  {
24 
25  public:
27  virtual ~VoltageControlZone();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // VOLTAGECONTROLZONE_H
Definition: AuxiliaryEquipment.h:13
Definition: PowerSystemResource.h:28
Definition: VoltageControlZone.h:22