Skip to content

Commit

Permalink
Replaced "must be set to" by "must be"
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Menne authored and Benedikt Menne committed Dec 17, 2024
1 parent 0392304 commit 074b735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/3____physical_signal_abstraction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ _[e.g., `Powertrain`, if the file is `/extra/org.fmi-standard.fmi-ls-bus/Powertr
In any case, the attribute `name` of the `<Terminal>` must be consistent with the `BusName` component of all its corresponding signal, frame and Clock variables.

Attribute definitions::
* `terminalKind` must be set to `org.fmi-ls-bus.network-terminal`.
* `matchingRule` must be set to `bus`.
* `terminalKind` must be `org.fmi-ls-bus.network-terminal`.
* `matchingRule` must be `bus`.
* `name` is the network name, e.g., `Powertrain`, see <<high-cut-example, example>> and constraints above.

Element definitions::
Expand All @@ -92,8 +92,8 @@ If no <<high-cut-network-description-files,network description file>> is shipped
Each frame listed in the <<high-cut-network-description-files>> must be an element of its corresponding <<high-cut-bus-terminal>>.

Attribute definitions::
* `terminalKind` must be set to `org.fmi-ls-bus.frame-terminal`.
* `matchingRule` must be set to `bus`.
* `terminalKind` must be `org.fmi-ls-bus.frame-terminal`.
* `matchingRule` must be `bus`.
* `name` must match the frame name as defined in the <<high-cut-network-description-files>> in `/extra/org.fmi-standard.fmi-ls-bus`.

Element definitions::
Expand All @@ -108,8 +108,8 @@ The <<high-cut-terminal-member-variable-for-signals>> must have the same `causal
Each PDU listed in the <<high-cut-network-description-files>> must be an element of its corresponding <<high-cut-frame-terminal>>.

Attribute definitions::
* `terminalKind` must be set to `org.fmi-ls-bus.pdu-terminal`.
* `matchingRule` must be set to `bus`.
* `terminalKind` must be `org.fmi-ls-bus.pdu-terminal`.
* `matchingRule` must be `bus`.
* `name` must match a PDU name of the <<high-cut-network-description-files>> in `/extra/org.fmi-standard.fmi-ls-bus`, if given.
For network types not natively referencing a "PDU", like CAN, a synthetic PDU with the same name as its frame is inserted.

Expand Down

0 comments on commit 074b735

Please sign in to comment.