OTX Reference  
OpenTestSystem.Otx.Core.Declarations.Declaration.DeclarationRealisation Class Reference

For declarations at specification stage, having a name for the declaration is sufficient. For realisation stage, the declaration needs a data type assignment. The optional realisation element is used for exactly this task – it contains a dataType sub element. More...

Public Attributes

DataType dataType
 This element represents the data type for the declared data. It can be chosen out of the list of available OTX data types; these are derived from the abstract DataType. The runtime characteristics of all data types required by the OTX Core are fully specified in section DataTypes. More...
 

Detailed Description

For declarations at specification stage, having a name for the declaration is sufficient. For realisation stage, the declaration needs a data type assignment. The optional realisation element is used for exactly this task – it contains a dataType sub element.

Member Data Documentation

◆ dataType

DataType OpenTestSystem.Otx.Core.Declarations.Declaration.DeclarationRealisation.dataType

This element represents the data type for the declared data. It can be chosen out of the list of available OTX data types; these are derived from the abstract DataType. The runtime characteristics of all data types required by the OTX Core are fully specified in section DataTypes.