Difference between revisions of "Extensions.DiagCom.GetAllResults"
Jump to navigation
Jump to search
(Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetAllResults | List of all results of diagnostic services performed | Term | Dia...") |
|||
Line 13: | Line 13: | ||
The list is returned in time ausfsteigender order. That is the first entry is the oldest object, last entry is newest object. | The list is returned in time ausfsteigender order. That is the first entry is the oldest object, last entry is newest object. | ||
− | In contrast to the [[GetAllResultsAndClear]] activity, this term reads only the results of diagnostic services performed and does not clear the internal buffer, so that the results continue to be evaluated for other activities. One application for this is for example the '''monitoring of diagnostic communication''' . | + | In contrast to the [[GetAllResultsAndClear]] activity, this term reads only the results of diagnostic services performed and does not clear the internal buffer, so that the results continue to be evaluated for other activities. One application for this is for example the '''monitoring of diagnostic communication'''. |
+ | |||
+ | {{TermReturnValue| [[List]] | List of result object of diagnostic services.}} | ||
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1 | + | {{TableRowPropertie1| DiagService | [[DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}} |
− | |||
|} | |} | ||
Revision as of 04:04, 17 July 2014
Big text
Contents
Classification
Name | GetAllResults |
Short Description | List of all results of diagnostic services performed |
Class | Term |
Extension | OTX DiagCom extension |
Group | Result related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
GetAllResults(DiagService diagService, List<Result> resultList);
Description
The GetAllResults term is a list of all the results of a diagnostic services that run back. This is necessary especially for the evaluation of the responses of several ECUs.
The list is returned in time ausfsteigender order. That is the first entry is the oldest object, last entry is newest object.
In contrast to the GetAllResultsAndClear activity, this term reads only the results of diagnostic services performed and does not clear the internal buffer, so that the results continue to be evaluated for other activities. One application for this is for example the monitoring of diagnostic communication.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | List of result object of diagnostic services. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
Examples
List<Result> resultList = GetAllResults(diagService);