Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''GetDbMatchingParameterDbResponseParameter'''}}Category:DiagDataBrowsingPlus == Classification == {{ClassificationActivity | GetDbMatchingParameterDbR...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''GetDbMatchingParameterDbResponseParameter'''}}[[Category:DiagDataBrowsingPlus]]
 
{{DISPLAYTITLE:OTX '''GetDbMatchingParameterDbResponseParameter'''}}[[Category:DiagDataBrowsingPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | GetDbMatchingParameterDbResponseParameter| UPDATING... | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus extension]] | UPDATING... | UPDATING... | UPDATING... }}
+
{{ClassificationActivity | GetDbMatchingParameterDbResponseParameter| Gets the response
 +
parameter of the [[Extensions.DiagDataBrowsingPlus.DbMatchingParameter|DbMatchingParameter]] | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus extension]] | [[Extensions.DiagDataBrowsingPlus|DbResponse related terms]] | [[Extensions.DiagDataBrowsingPlus.InvalidTypeException|InvalidTypeException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==
UPDATING...<!--
 
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
DiagCom.CloseComChannel(ComChannelVariable);
+
DbParameterTerm = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(DbMatchingParameterTerm);
 
</syntaxhighlight>
 
</syntaxhighlight>
-->
 
  
 
== Description ==
 
== Description ==
UPDATING...<!--
+
'''GetDbMatchingParameterDbResponseParameter''' returns the corresponding [[Extensions.DiagDataBrowsingPlus.DbParameter|DbParameter]] (MCDDbResponseParameter) responsible for the matching parameter.
OTX CloseComChannel activity is used for the [[Diagnosis Runtime System]] to announce that an open communication channel that all relevant resources can be released and closed.
+
 
{{ComChannelMemoryUsageNote}}
+
If the corresponding response parameter is not available, the [[Extensions.DiagDataBrowsingPlus.InvalidTypeException|InvalidTypeException]] will be thrown.
{{Important|Please note that the use of a shared '''ComChannel''' can bring the OTX runtime system in an undefined state and that is this case is not validated at design time!}}
+
 
-->
+
{{Note|NOTE — The appropriate MVCI system operation is MCDDbMatchingParameter::getDbResponseParameter}
 +
 
 +
{{TermReturnValue| [[Extensions.DiagDataBrowsingPlus.DbParameter|DbParameter]] | Returns the corresponding [[Extensions.DiagDataBrowsingPlus.DbParameter|DbParameter]] (MCDDbResponseParameter) responsible for the matching parameter.}}
  
 
== Properties ==
 
== Properties ==
UPDATING...<!--
 
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Variable]] | - | [1] | Communication Channel (Control unit).}}
+
{{TableRowPropertie2| matchingParameter | [[Extensions.DiagDataBrowsingPlus.DbMatchingParameter|DbMatchingParameter]] | [[Term]] | - | [1..1] |The element addresses the [[Extensions.DiagDataBrowsingPlus.DbMatchingParameter|DbMatchingParameter]] which response parameter shall be returned.}}
 
|}
 
|}
-->
 
  
 
== OTL Examples ==
 
== OTL Examples ==
UPDATING...<!--
 
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
DiagCom.ComChannel myComCannel;
+
DiagDataBrowsingPlus.DbComChannel DbComChannel;
 +
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
 +
List<List<DiagDataBrowsingPlus.DbMatchingParameter>> List_List_DbMatchingParameter;
 +
DiagDataBrowsingPlus.DbParameter DbParameter;
  
myComCannel = DiagCom.GetComChannel("DiagnosticsCan_ECU_1", null, false);
+
/// Flow
  
// Code example using the variable myComChannel
+
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AerodContrUnitUDS");
// ...
+
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
DiagCom.CloseComChannel(myComCannel);</syntaxhighlight>
+
List_List_DbMatchingParameter = DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters(List_DbSubComponent[0]);
 +
DbParameter = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(List_List_DbMatchingParameter[0][0]);
 
</syntaxhighlight>
 
</syntaxhighlight>
-->
 
  
 
== See also ==
 
== See also ==
UPDATING...
+
[[Extensions.DiagDataBrowsingPlus.GetDbComChannel|GetDbComChannel]] <br/>
 +
[[Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel|GetComChannelDbComChannel]]<br/>
 +
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelDbSubComponents|GetDbComChannelDbSubComponents]]<br/>
 +
[[Extensions.DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters|GetDbSubComponentDbMatchingParameters]]

Revision as of 09:31, 14 September 2018

Classification

Name GetDbMatchingParameterDbResponseParameter
Short Description Gets the response

parameter of the DbMatchingParameter

Class Term
Extension OTX DiagDataBrowsingPlus extension
Group DbResponse related terms
Exceptions InvalidTypeException
Checker Rules -
Standard Compliant Yes

OTL Syntax

DbParameterTerm = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(DbMatchingParameterTerm);

Description

GetDbMatchingParameterDbResponseParameter returns the corresponding DbParameter (MCDDbResponseParameter) responsible for the matching parameter.

If the corresponding response parameter is not available, the InvalidTypeException will be thrown.

{{Note|NOTE — The appropriate MVCI system operation is MCDDbMatchingParameter::getDbResponseParameter}

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
DbParameter Returns the corresponding DbParameter (MCDDbResponseParameter) responsible for the matching parameter.

Properties

Name Data Type Class Default Cardinality Description
matchingParameter DbMatchingParameter Term - [1..1] The element addresses the DbMatchingParameter which response parameter shall be returned.

OTL Examples

DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
List<List<DiagDataBrowsingPlus.DbMatchingParameter>> List_List_DbMatchingParameter;
DiagDataBrowsingPlus.DbParameter DbParameter;

/// Flow

DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AerodContrUnitUDS");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_List_DbMatchingParameter = DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters(List_DbSubComponent[0]);
DbParameter = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(List_List_DbMatchingParameter[0][0]);

See also

GetDbComChannel
GetComChannelDbComChannel
GetDbComChannelDbSubComponents
GetDbSubComponentDbMatchingParameters