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