IEC61970 16v29a - IEC61968 12v08
SafetyDocument.h
1 // SafetyDocument.h
3 // Implementation of the Class SafetyDocument
5 
6 #ifndef SAFETYDOCUMENT_H
7 #define SAFETYDOCUMENT_H
8 
9 #include "IEC61968/Common/Document.h"
10 
11 namespace IEC61968
12 {
13  namespace Operations
14  {
21  {
22 
23  public:
25  virtual ~SafetyDocument();
26 
27  };
28 
29  }
30 
31 }
32 #endif // SAFETYDOCUMENT_H
Definition: Document.h:27
Definition: SafetyDocument.h:20
Definition: BusbarSectionInfo.h:14