Difference between revisions of "Extensions.DataType"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Introduction == | == Introduction == | ||
− | |||
− | |||
− | |||
The OTX '''DataTypes''' extension allows users to create a definition of new structure and enumeration data types through the signature concept. The definition can be re-used in each declaration and can be validated at design time. | The OTX '''DataTypes''' extension allows users to create a definition of new structure and enumeration data types through the signature concept. The definition can be re-used in each declaration and can be validated at design time. | ||
Revision as of 03:22, 12 April 2016
Classification
Name | DataTypes |
Short Description | User-defined structure and enumeration data types |
Class | OTX Extension |
Base Extension | - |
Pre-Conditions | - |
Specified by | ISO 13209-3 |
Introduction
The OTX DataTypes extension allows users to create a definition of new structure and enumeration data types through the signature concept. The definition can be re-used in each declaration and can be validated at design time.
![]()
Only identical signature structures and enumerations are handled as identical data types. Changing of items in structures shall trigger the DeepMonitorChangeEvent.
Terms
EnumerationContainsName | |
EnumerationContainsValue | |
EnumerationGetEntryList | |
GetEnumerationByName | |
GetEnumerationByValue | |
StructureCopy |
Data Types
Enumeration | |
Structure |
Signatures
DataTypeSignature | |
EnumerationSignature |
Checker rules
DataTypes_Chk001 | Accessing Structure Elements |
DataTypes_Chk002 | Accessing Enumerations Elements |