CIM++ Adapted CIM_SINERGIEN Codebase
Breaker.h
1 // Breaker.h
3 // Implementation of the Class Breaker
5 
6 #ifndef BREAKER_H
7 #define BREAKER_H
8 
9 #include "IEC61970/Base/Domain/Seconds.h"
10 #include "IEC61970/Base/Wires/ProtectedSwitch.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
25  {
26 
27  public:
28  Breaker();
29  virtual ~Breaker();
34 
35  };
36 
37  }
38 
39  }
40 
41 }
42 #endif // BREAKER_H
Definition: AuxiliaryEquipment.h:13
Definition: Seconds.h:22
Definition: ProtectedSwitch.h:25
IEC61970::Base::Domain::Seconds inTransitTime
Definition: Breaker.h:33
Definition: Breaker.h:24