Difference between revisions of "OtfGenericScreen"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Open Test Framework - Generic Screen}}Category:OTF ==Overview==")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Open Test Framework - Generic Screen}}[[Category:OTF]]
 
{{DISPLAYTITLE:Open Test Framework - Generic Screen}}[[Category:OTF]]
==Overview==
+
==Introduction==
 +
The [[HMI]] extension (Human Machine Interface) provides access for interacting with the user through the display of graphical screens. To achieve this goal, there are two ways to operate with screens:
 +
 
 +
# '''Basic Screen''' - A set of basic dialogs providing by the operating systems
 +
# '''Custom Screens''' - Customizable screens that allow arbitrary flexibility
 +
 
 +
Custom screens define an interface to a screen that is externally created. The layout and functionality of the screen itself is not defined in the OTX. The OTF supports two kinds of implementations for the Custom Screens:
 +
 
 +
# [[OtfGenericScreen|Generic Screen]]
 +
# [[OtfScreenMapping|Screen Mapping]]
 +
 
 +
==Generic Screen==

Revision as of 17:33, 27 November 2014

Introduction

The HMI extension (Human Machine Interface) provides access for interacting with the user through the display of graphical screens. To achieve this goal, there are two ways to operate with screens:

  1. Basic Screen - A set of basic dialogs providing by the operating systems
  2. Custom Screens - Customizable screens that allow arbitrary flexibility

Custom screens define an interface to a screen that is externally created. The layout and functionality of the screen itself is not defined in the OTX. The OTF supports two kinds of implementations for the Custom Screens:

  1. Generic Screen
  2. Screen Mapping

Generic Screen