CIM++ Adapted CIM_SINERGIEN Codebase
OperatingShare.h
1 // OperatingShare.h
3 // Implementation of the Class OperatingShare
4 // Original author: kdd
6 
7 #ifndef OPERATINGSHARE_H
8 #define OPERATINGSHARE_H
9 
10 #include "BaseClass.h"
11 #include "IEC61970/Base/Domain/PerCent.h"
12 #include "IEC61970/Base/Core/OperatingParticipant.h"
13 #include "IEC61970/Base/Core/PowerSystemResource.h"
14 
15 namespace IEC61970
16 {
17  namespace Base
18  {
19  namespace Core
20  {
25  class OperatingShare : public BaseClass
26  {
27 
28  public:
30  virtual ~OperatingShare();
46 
47  };
48 
49  }
50 
51  }
52 
53 }
54 #endif // OPERATINGSHARE_H
Definition: AuxiliaryEquipment.h:13
Definition: OperatingParticipant.h:24
Definition: PowerSystemResource.h:28
Definition: BaseClass.h:6
Definition: OperatingShare.h:25
IEC61970::Base::Core::OperatingParticipant * OperatingParticipant
Definition: OperatingShare.h:41
Definition: PerCent.h:23
IEC61970::Base::Domain::PerCent percentage
Definition: OperatingShare.h:36
IEC61970::Base::Core::PowerSystemResource * PowerSystemResource
Definition: OperatingShare.h:45