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