Difference between revisions of "OtxReference"

From emotive
Jump to navigation Jump to search
(→‎Extensions: Edited by Ngoc Tran.)
Line 55: Line 55:
 
{{TableRowKeyValueList | [[Extensions.Persistence|Persistence]] | Extension for storing and recovering the value of a variable }}
 
{{TableRowKeyValueList | [[Extensions.Persistence|Persistence]] | Extension for storing and recovering the value of a variable }}
 
{{TableRowKeyValueList | [[Extensions.Quantities|Quantities]] | Extension for unit definition data model }}
 
{{TableRowKeyValueList | [[Extensions.Quantities|Quantities]] | Extension for unit definition data model }}
 +
{{TableRowKeyValueList | [[Extensions.Sql|Sql]] | Extension allows connections to a database and commands for manipulating the data within the database. }}
 
{{TableRowKeyValueList | [[Extensions.StateVariable|StateVariable]] | Mechanism to transport status information to the environment }}
 
{{TableRowKeyValueList | [[Extensions.StateVariable|StateVariable]] | Mechanism to transport status information to the environment }}
 
{{TableRowKeyValueList | [[Extensions.StringUtil|StringUtil]] | Extension for operate strings type }}
 
{{TableRowKeyValueList | [[Extensions.StringUtil|StringUtil]] | Extension for operate strings type }}

Revision as of 04:28, 24 September 2019

Welcome to the OTX User Reference Guide

The OTX User Reference Guide provides information about the Open Test Sequence eXchange format OTX, see ISO 13209, which the user needs to work with the standard.

Icons Note.png It is not the intention to replace the standard specification! It is the user's perspective at the OTX standard.

Please select one of the main topics below for further information.

General

OTX Introduction Introduction into the OTX standard ISO 13209
OTX Principles OTX Principles
OTX Naming Conventions OTX Naming Conventions

Core

Packages OTX Packages
Documents OTX Documents
Imports OTX Imports
Declarations OTX Declarations
Visibilities OTX Visibilities
Validities OTX Validities
Signatures OTX Signatures
Parameters OTX Parameters
Procedures OTX Procedures
Comments OTX Comments
DataTypes OTX DataTypes
Validation OTX Validation (OTX Checker)
Actions OTX Core Actions
Terms OTX Core Terms

Extensions

Assertion Uses to ensure the correct implementation of OTX test sequences
BlackBox Base data type
CommonDialogs Provide support for dialogs that have common use cases in OTX but were not included in the original specification
DataType User-defined structure and enumeration data types
DateTime Diagnostic Application DateTime
DiagCom Extension for vehicle communication
DiagDataBrowsing Diagnostic Vehicle Information DataBase
DiagDataBrowsingPlus Extension for the DiagDataBrowsing extension
EventHandling Controls of event of the diagnostic sequence
EventPlus Support for deep change monitoring in a ByteField, List or Map
File Extension for accessing to and handling files
Flash Flash data acquisition and flash job creation
HMI The Human Machine Interface
i18n The internationalization extension
Job Extension for supporting access to the MCD 3D Job API
Logging Provides functionality which allows for explicitly writing log-messages to a logging-resource.
Math A collection of mathematical terms
Measure Basic measurement and control operations, e.g. to call a method in a DLL
Persistence Extension for storing and recovering the value of a variable
Quantities Extension for unit definition data model
Sql Extension allows connections to a database and commands for manipulating the data within the database.
StateVariable Mechanism to transport status information to the environment
StringUtil Extension for operate strings type
Util Addition to the base functionality of the Core
Xml Extension for handling XML Documents and XML Elements
ZipHandling Extension for compressing or decompressing ZIP containers