Difference between revisions of "Extensions.StateVariable.StatVarChk001"

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
UPDATING...<!--
+
The value of a '''state variable''' is not allowed to be used for test logic. Therefore, the value shall only be written and not read. All occurrences of Term type elements in OTX documents shall never address '''state variables'''.
Within a [[Extensions.DiagCom.ExecuteDiagService|ExecuteDiagService]] activity the response parameters may not with a composite data structure such as [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] or [[Core.DataTypes.ComplexDataType.ContainerDataType.Map|Map]] are bound.
 
-->
 

Latest revision as of 07:34, 3 October 2018

Classification

Name StatVar_Chk001
Class StateVariable
Severity Critical
SpecifiedBy ISO 13209-3

Description

The value of a state variable is not allowed to be used for test logic. Therefore, the value shall only be written and not read. All occurrences of Term type elements in OTX documents shall never address state variables.