Difference between revisions of "Extensions.DiagCom.GetFirstResponse"

From emotive
Jump to navigation Jump to search
(Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetFirstResponse | First Response of a result object | Term | DiagCom|OTX DiagCom...")
 
Line 14: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Result | [[Response]] | [[Response]] | - | - | First Response of a result object.}}
+
{{TableRowPropertie1| Result | [[Response]] | [[Return]] | - | - | First Response of a result object.}}
 
{{TableRowPropertie2| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result-Object.}}
 
{{TableRowPropertie2| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result-Object.}}
 
|}
 
|}

Revision as of 02:38, 17 July 2014

Big text

Classification

Name GetFirstResponse
Short Description First Response of a result object
Class Term
Extension OTX DiagCom extension
Group Response related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

GetFirstResponse(Result resultEcu, Response result);

Description

The GetFirstResponse term returns the first response of a result object. This is necessary especially for the evaluation of the responses of several ECUs.

Properties

Name Data Type Class Default Cardinality Description
Result Response Return - - First Response of a result object.
ResultEcu Result Term - [1] Result-Object.

Examples

Response result = GetFirstResponse(resultEcu);

See also

GetAllResponses
IsPositive
GetResponseName
ExecuteDiagService
GetFirstResult