CIM++ Adapted CIM Codebase
BasePower.h
1 // BasePower.h
3 // Implementation of the Class BasePower
5 
6 #ifndef BASEPOWER_H
7 #define BASEPOWER_H
8 
9 #include "IEC61970/Base/Domain/ApparentPower.h"
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Core
17  {
22  {
23 
24  public:
25  BasePower();
26  virtual ~BasePower();
31 
32  };
33 
34  }
35 
36  }
37 
38 }
39 #endif // BASEPOWER_H
Definition: AuxiliaryEquipment.h:13
Definition: BasePower.h:21
Definition: ApparentPower.h:22
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::ApparentPower basePower
Definition: BasePower.h:30