IEC61970 16v29a - IEC61968 12v08
CoolingPowerRating.h
1 // CoolingPowerRating.h
3 // Implementation of the Class CoolingPowerRating
5 
6 #ifndef COOLINGPOWERRATING_H
7 #define COOLINGPOWERRATING_H
8 
9 #include <list>
10 
11 #include "IEC61968/InfIEC61968/InfAssets/CoolingKind.h"
12 #include "IEC61970/Base/Domain/ApparentPower.h"
13 #include "IEC61970/Base/Domain/Integer.h"
14 #include "IEC61968/InfIEC61968/InfAssets/Reconditioning.h"
15 #include "IEC61970/Base/Core/IdentifiedObject.h"
16 
17 namespace IEC61968
18 {
19  namespace InfIEC61968
20  {
21  namespace InfAssets
22  {
46  {
47 
48  public:
50  virtual ~CoolingPowerRating();
54  IEC61968::InfIEC61968::InfAssets::CoolingKind coolingKind = IEC61968::InfIEC61968::InfAssets::CoolingKind::_undef;
63  std::list<IEC61968::InfIEC61968::InfAssets::Reconditioning*> Reconditionings;
64 
65  };
66 
67  }
68 
69  }
70 
71 }
72 #endif // COOLINGPOWERRATING_H
Definition: Integer.h:17
Definition: CoolingPowerRating.h:45
Definition: ApparentPower.h:22
IEC61970::Base::Domain::ApparentPower powerRating
Definition: CoolingPowerRating.h:58
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::Integer stage
Definition: CoolingPowerRating.h:62
Definition: BusbarSectionInfo.h:14
IEC61968::InfIEC61968::InfAssets::CoolingKind coolingKind
Definition: CoolingPowerRating.h:54