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