IEC61970 16v29a - IEC61968 12v08
Regulation.h
1 // Regulation.h
3 // Implementation of the Class Regulation
5 
6 #ifndef REGULATION_H
7 #define REGULATION_H
8 
9 #include "IEC61970/Base/Domain/String.h"
10 #include "IEC61968/InfIEC61968/InfWork/WorkDocument.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfWork
17  {
23  {
24 
25  public:
26  Regulation();
27  virtual ~Regulation();
31  IEC61970::Base::Domain::String referenceNumber;
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // REGULATION_H
IEC61970::Base::Domain::String referenceNumber
Definition: Regulation.h:31
Definition: BusbarSectionInfo.h:14