IEC61970 16v29a - IEC61968 12v08
OperationTag.h
1 // OperationTag.h
3 // Implementation of the Class OperationTag
4 // Original author: T. Kostic
6 
7 #ifndef OPERATIONTAG_H
8 #define OPERATIONTAG_H
9 
10 #include "IEC61970/Base/Core/PowerSystemResource.h"
11 #include "IEC61968/Common/Document.h"
12 #include "IEC61968/Assets/Asset.h"
13 
14 namespace IEC61968
15 {
16  namespace Operations
17  {
19  {
20 
21  public:
22  OperationTag();
23  virtual ~OperationTag();
32 
33  };
34 
35  }
36 
37 }
38 #endif // OPERATIONTAG_H
Definition: Document.h:27
IEC61968::Assets::Asset * Asset
Definition: OperationTag.h:31
Definition: PowerSystemResource.h:28
IEC61970::Base::Core::PowerSystemResource * PowerSystemResource
Definition: OperationTag.h:27
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14
Definition: OperationTag.h:18