IEC61970 16v29a - IEC61968 12v08
StructureSupport.h
1 // StructureSupport.h
3 // Implementation of the Class StructureSupport
5 
6 #ifndef STRUCTURESUPPORT_H
7 #define STRUCTURESUPPORT_H
8 
9 #include "IEC61968/InfIEC61968/InfAssets/AnchorKind.h"
10 #include "IEC61970/Base/Domain/Integer.h"
11 #include "IEC61970/Base/Domain/Length.h"
12 #include "IEC61970/Base/Domain/AngleDegrees.h"
13 #include "IEC61968/InfIEC61968/InfAssets/StructureSupportKind.h"
14 #include "IEC61970/Base/Domain/String.h"
15 #include "IEC61968/Assets/Asset.h"
16 
17 namespace IEC61968
18 {
19  namespace InfIEC61968
20  {
21  namespace InfAssets
22  {
27  {
28 
29  public:
31  virtual ~StructureSupport();
35  IEC61968::InfIEC61968::InfAssets::AnchorKind anchorKind = IEC61968::InfIEC61968::InfAssets::AnchorKind::_undef;
51  IEC61968::InfIEC61968::InfAssets::StructureSupportKind kind = IEC61968::InfIEC61968::InfAssets::StructureSupportKind::_undef;
59  IEC61970::Base::Domain::String size;
60 
61  };
62 
63  }
64 
65  }
66 
67 }
68 #endif // STRUCTURESUPPORT_H
IEC61970::Base::Domain::Length anchorRodLength
Definition: StructureSupport.h:43
Definition: Length.h:22
Definition: Integer.h:17
IEC61968::InfIEC61968::InfAssets::AnchorKind anchorKind
Definition: StructureSupport.h:35
IEC61970::Base::Domain::Length length
Definition: StructureSupport.h:55
IEC61970::Base::Domain::String size
Definition: StructureSupport.h:59
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14
Definition: AngleDegrees.h:22
IEC61970::Base::Domain::AngleDegrees direction
Definition: StructureSupport.h:47
IEC61968::InfIEC61968::InfAssets::StructureSupportKind kind
Definition: StructureSupport.h:51
IEC61970::Base::Domain::Integer anchorRodCount
Definition: StructureSupport.h:39