CIM++ Adapted CIM Codebase
CoolingKind.h
1 // CoolingKind.h
3 // Implementation of the Class CoolingKind
4 // Original author: T. Kostic
6 
7 #ifndef COOLINGKIND_H
8 #define COOLINGKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class CoolingKind
20  {
21  selfCooling,
22  forcedAir,
23  forcedOilAndAir,
24  other
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // COOLINGKIND_H
Definition: BusbarSectionInfo.h:14