IEC61970 17v23
InstanceSetMember.h
1 // InstanceSetMember.h
3 // Implementation of the Class InstanceSetMember
4 // Original author: SELAOST1
6 
7 #ifndef INSTANCESETMEMBER_H
8 #define INSTANCESETMEMBER_H
9 
10 #include "IEC61970/Part303/GenericDataset/InstanceSet.h"
11 #include "IEC61970/Part303/GenericDataset/DataSetMember.h"
12 
13 namespace IEC61970
14 {
15  namespace Part303
16  {
17  namespace GenericDataset
18  {
23  {
24 
25  public:
27  virtual ~InstanceSetMember();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // INSTANCESETMEMBER_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Part303::GenericDataset::InstanceSet * InstanceSet
Definition: InstanceSetMember.h:31