IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Operations
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
{
20
class
SafetyDocument
:
public
IEC61968::Common::Document
21
{
22
23
public
:
24
SafetyDocument
();
25
virtual
~
SafetyDocument
();
26
27
};
28
29
}
30
31
}
32
#endif // SAFETYDOCUMENT_H
IEC61968::Common::Document
Definition:
Document.h:27
IEC61968::Operations::SafetyDocument
Definition:
SafetyDocument.h:20
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13