Difference between revisions of "Extensions.DiagCom.GetComChannelEcuVariantName"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | GetComChannelEcuVariantName(ComChannel myComChannel | + | String GetComChannelEcuVariantName(ComChannel myComChannel); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:18, 18 July 2014
Contents
Classification
Name | GetComChannelEcuVariantName |
Short Description | Calculated from a communication channel the name of the associated variant |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComChanel related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetComChannelEcuVariantName(ComChannel myComChannel);
Description
About the GetComChannelEcuVariantName term can be the name of the ECU variant that is associated with a communication channel to be determined. This makes sense to look for a Variant Identification to get the name of the variant.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Returns the name of the ECU variant. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | Communication channel. |
Examples
ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
String ecuVariantName = GetComChannelEcuVariantName(myComCannel);