IEC61970 17v23
DCSeriesDevice.h
1 // DCSeriesDevice.h
3 // Implementation of the Class DCSeriesDevice
4 // Original author: SELAOST1
6 
7 #ifndef DCSERIESDEVICE_H
8 #define DCSERIESDEVICE_H
9 
10 #include "IEC61970/Base/Domain/Inductance.h"
11 #include "IEC61970/Base/Domain/Resistance.h"
12 #include "IEC61970/Base/DC/DCConductingEquipment.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace DC
19  {
25  {
26 
27  public:
29  virtual ~DCSeriesDevice();
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // DCSERIESDEVICE_H
Definition: AuxiliaryEquipment.h:13
Definition: Resistance.h:22
Definition: Inductance.h:22
IEC61970::Base::Domain::Resistance resistance
Definition: DCSeriesDevice.h:37
IEC61970::Base::Domain::Inductance inductance
Definition: DCSeriesDevice.h:33
Definition: DCSeriesDevice.h:24
Definition: DCConductingEquipment.h:26