IEC61970 16v29a - IEC61968 12v08
OverheadWireInfo.h
1 // OverheadWireInfo.h
3 // Implementation of the Class OverheadWireInfo
5 
6 #ifndef OVERHEADWIREINFO_H
7 #define OVERHEADWIREINFO_H
8 
9 #include "IEC61968/AssetInfo/WireInfo.h"
10 
11 namespace IEC61968
12 {
13  namespace AssetInfo
14  {
19  {
20 
21  public:
23  virtual ~OverheadWireInfo();
24 
25  };
26 
27  }
28 
29 }
30 #endif // OVERHEADWIREINFO_H
Definition: BusbarSectionInfo.h:14
Definition: OverheadWireInfo.h:18
Definition: WireInfo.h:30