CIM++ Adapted CIM Codebase
DCConverterUnit.h
1 // DCConverterUnit.h
3 // Implementation of the Class DCConverterUnit
4 // Original author: selaost1
6 
7 #ifndef DCCONVERTERUNIT_H
8 #define DCCONVERTERUNIT_H
9 
10 #include "IEC61970/Base/DC/DCConverterOperatingModeKind.h"
11 #include "IEC61970/Base/DC/DCEquipmentContainer.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace DC
18  {
27  {
28 
29  public:
31  virtual ~DCConverterUnit();
32  IEC61970::Base::DC::DCConverterOperatingModeKind operationMode;
33 
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // DCCONVERTERUNIT_H
Definition: AuxiliaryEquipment.h:13
Definition: DCConverterUnit.h:26
Definition: DCEquipmentContainer.h:26