Extensions.DataType
Jump to navigation
Jump to search
Contents
Classification
Name | DataType |
Short Description | User-defined structure and enumeration data types |
Class | OTX Extension |
Base Extension | - |
Pre-Conditions | - |
Specified by | ISO 13209-3 |
Introduction
The OTX DataType 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 | |
StructureCreate |
Data Types
Enumeration | |
Structure |
Exceptions
DataTypeException |
Signatures
StructureSignature | |
EnumerationSignature |
Checker rules
DataType_Chk001 | Accessing structure elements |
DataType_Chk002 | Accessing Enumerations elements |
DataType_Chk003 | No circular dependencies of structures |
DataType_Chk004 | Unique enumeration values |