From 72209f3dc4f3d2b177e88b90d11ebc1914bae495 Mon Sep 17 00:00:00 2001 From: Patrick Taeuber Date: Tue, 30 Jul 2024 12:05:16 +0200 Subject: [PATCH] Some small formal changes --- docs/index.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index cdfdc32..0b9821f 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -78,7 +78,7 @@ There are alternative implementations depending on the use case and data availab `fmi3IntermediateUpdateCallback` calls or the clocks mechanism could be used to synchronize DAQ lists. For further details see <>. -It is also possible for an FMU to have integrated XCP service(s) and allow memory access for an external XCP service. +It is also possible for an FMU to have integrated XCP services and to allow memory access for an external XCP service. The importer might also use the A2L address, type, layout and scaling information to use direct memory access into the virtual ECU. As this approach does not use the standardized XCP protocol it is not further described in this layered standard. @@ -146,7 +146,7 @@ Each `Interface` element has the <>. |`types` @@ -407,7 +407,7 @@ Enable XCP over TCP:: Determines whether the TCP instance of the XCP service pro |Type |`Boolean` |Example Start Value |`true` |Requirement Type |Should be supplied, if the FMU provides an XCP service using TCP. -|If not present |Defaults to `true`, i.e. if the XCP slave supports TCP it will be started. +|If not present |Defaults to `true`, i.e., if the XCP slave supports TCP it will be started. |=== TCP listen port number:: TCP port number where the XCP slave listens for XCP protocol commands. @@ -427,7 +427,7 @@ TCP listen IP address:: IP address where the XCP slave listens for XCP protocol |=== |Role |`XCPServiceTCPListenAddress` |Type |`String` -|Example Start Value |`0.0.0.0`. +|Example Start Value |`0.0.0.0` |Requirement Type |Should be supplied, if the FMU provides an XCP service using TCP. |If not present |Defaults to the protocol data values found in the relevant A2L file. |=== @@ -440,7 +440,7 @@ Enable XCP over UDP:: Determines whether the UDP instance of the XCP service pro |Type |`Boolean` |Example Start Value |`false` |Requirement Type |Should be supplied, if the FMU provides an XCP service using UDP. -|If not present |Defaults to `true`, i.e. if the XCP slave supports UDP it will be started. +|If not present |Defaults to `true`, i.e., if the XCP slave supports UDP it will be started. |=== UDP listen port number:: UDP port number where the XCP slave listens for XCP protocol commands. @@ -460,7 +460,7 @@ UDP listen IP address:: IP address where the XCP slave listens for XCP protocol |=== |Capability Attribute |`XCPServiceUDPListenAddress` |Type |`String` -|Example Start Value |`0.0.0.0`. +|Example Start Value |`0.0.0.0` |Requirement Type |Should be supplied, if the FMU provides an XCP service using UDP. |If not present |Defaults to the protocol data values found in the relevant A2L file. |===