CIM++ Adapted CIM Codebase
SurgeArrester.h
1 // SurgeArrester.h
3 // Implementation of the Class SurgeArrester
5 
6 #ifndef SURGEARRESTER_H
7 #define SURGEARRESTER_H
8 
9 #include "IEC61970/Base/AuxiliaryEquipment/AuxiliaryEquipment.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace AuxiliaryEquipment
16  {
23  {
24 
25  public:
26  SurgeArrester();
27  virtual ~SurgeArrester();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // SURGEARRESTER_H
Definition: AuxiliaryEquipment.h:13