IEC61970 16v29a
DCChopper.h
1 // DCChopper.h
3 // Implementation of the Class DCChopper
4 // Original author: T. Kostic
6 
7 #ifndef DCCHOPPER_H
8 #define DCCHOPPER_H
9 
10 #include "IEC61970/Base/DC/DCConductingEquipment.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace DC
17  {
23  {
24 
25  public:
26  DCChopper();
27  virtual ~DCChopper();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // DCCHOPPER_H
Definition: AuxiliaryEquipment.h:13
Definition: DCChopper.h:22
Definition: DCConductingEquipment.h:25