Skip to content

Commit

Permalink
Issue modelica#15: Clarify valid combinations for containsXcpService …
Browse files Browse the repository at this point in the history
…and supportsExternalXcpService
  • Loading branch information
PTaeuberDS committed Aug 31, 2023
1 parent 808157f commit 5890e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ See <<External XCP Service>>.

|====

The FMU must set at least one of the attributes `containsXcpService` or `supportsDirectMemoryAccessViaA2L` to `true` to comply with this layered standard.

An example of a manifest file for this layered standard is shown below:

[source, xml]
Expand Down Expand Up @@ -446,8 +448,6 @@ It is also possible that the FMU does contain an internal XCP slave implementati
In this case it is the choice of the importer whether to use the FMU internal XCP slave or its own implementation.
See <<starting-internal-xcp-service>> on how to deactivate the internal XCP service.

_[Note that the FMU must set at least one of the attributes `containsXcpService` or `supportsDirectMemoryAccessViaA2L` to `true` to make use of this layered standard.]_

Although the XCP behavior for an internal and an external service is the same from the perspective of the MCD tool (XCP master), the operation of the external XCP service differs from the internal one in some points that are described in this chapter.

_[<<XCP-Communication-external-Slave>> shows a design where the XCP slave is implemented by the importer outside of the FMU._
Expand Down

0 comments on commit 5890e20

Please sign in to comment.