CIM++ Adapted CIM Codebase
DCLine.h
1 // DCLine.h
3 // Implementation of the Class DCLine
4 // Original author: selaost1
6 
7 #ifndef DCLINE_H
8 #define DCLINE_H
9 
10 #include "IEC61970/Base/DC/DCEquipmentContainer.h"
11 #include "IEC61970/Base/Core/SubGeographicalRegion.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace DC
18  {
23  {
24 
25  public:
26  DCLine();
27  virtual ~DCLine();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // DCLINE_H
Definition: AuxiliaryEquipment.h:13
Definition: DCLine.h:22
Definition: DCEquipmentContainer.h:26
Definition: SubGeographicalRegion.h:24