IEC61970 17v23
InstanceSet.h
1 // InstanceSet.h
3 // Implementation of the Class InstanceSet
4 // Original author: 222206
6 
7 #ifndef INSTANCESET_H
8 #define INSTANCESET_H
9 
10 #include "IEC61970/Part303/GenericDataset/DataSet.h"
11 
12 namespace IEC61970
13 {
14  namespace Part303
15  {
16  namespace GenericDataset
17  {
23  {
24 
25  public:
26  InstanceSet();
27  virtual ~InstanceSet();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // INSTANCESET_H
Definition: AuxiliaryEquipment.h:13