IEC61970 16v29a - IEC61968 12v08
InspectionDataSet.h
1 // InspectionDataSet.h
3 // Implementation of the Class InspectionDataSet
5 
6 #ifndef INSPECTIONDATASET_H
7 #define INSPECTIONDATASET_H
8 
9 #include "IEC61970/Base/Domain/String.h"
10 #include "IEC61968/Assets/ProcedureDataSet.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace Sandbox
17  {
18  namespace InfNewAssets
19  {
24  {
25 
26  public:
28  virtual ~InspectionDataSet();
32  IEC61970::Base::Domain::String locationCondition;
33 
34  };
35 
36  }
37 
38  }
39 
40  }
41 
42 }
43 #endif // INSPECTIONDATASET_H
Definition: ProcedureDataSet.h:25
IEC61970::Base::Domain::String locationCondition
Definition: InspectionDataSet.h:32
Definition: BusbarSectionInfo.h:14