Difference between revisions of "Core.Signatures"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Signatures''' data model}}Category:OTX-CoreCategory:Signatures == Classification == {{ClassificationCore | Signatures | OTX signatures data model...")
 
Line 20: Line 20:
 
[[OtxImports|Imports]] <br/>
 
[[OtxImports|Imports]] <br/>
 
[[OtxValidities|Validities]] <br/>
 
[[OtxValidities|Validities]] <br/>
[[OtxParameterDeclarations|Parameter Declarations]] <br/>
+
[[OtxParameters|Parameter Declarations]] <br/>
 
[[OtxProcedures|Procedures]] <br/>
 
[[OtxProcedures|Procedures]] <br/>
 
[[OtxComments|Comments]]
 
[[OtxComments|Comments]]

Revision as of 08:31, 30 July 2014

Classification

Name Signatures
Short Description OTX signatures data model
Class OTX Core
Pre-Conditions -
Specified by ISO 13209-2

Introduction

OTX signatures support the Design By Contract (DBC) approach, see Signature Concept . A signature is therefore a description of an interface to another module, so that the user who wants to use this module, you must know nothing about the internal structure.

In OTX there are two types of signature:

The procedure signature describes the interface of a process (Procedures). The screen signature the interface for input and output within the HMI library (Human Machine Interface).

See also

Validation (OTX-Checker)
​​Naming Conventions
Declarations
Visibilities
Imports
Validities
Parameter Declarations
Procedures
Comments