CIM++ Adapted CIM Codebase
DuctBank.h
1 // DuctBank.h
3 // Implementation of the Class DuctBank
5 
6 #ifndef DUCTBANK_H
7 #define DUCTBANK_H
8 
9 #include "IEC61970/Base/Domain/Integer.h"
10 #include "IEC61968/Assets/AssetContainer.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfAssets
17  {
24  {
25 
26  public:
27  DuctBank();
28  virtual ~DuctBank();
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // DUCTBANK_H
Definition: Integer.h:17
Definition: AssetContainer.h:22
IEC61970::Base::Domain::Integer circuitCount
Definition: DuctBank.h:34
Definition: BusbarSectionInfo.h:14