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