Skip to content

Commit

Permalink
Fixed syntax of start values
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Menne authored and Benedikt Menne committed Dec 20, 2024
1 parent 19b79e4 commit 338239b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/4_4_1_can.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ The parameter doesn't define in any way on how to react upon receiving notificat
type: Boolean
causality: parameter
variability: fixed
start: "false"
start: false
----

A Bus Simulation FMU shall indicate via a variable with `memberName = "BusNotifications"` within the CAN-specific <<low-cut-configuration-terminal,Configuration Terminal>> whether it provides bus notifications or not.
Expand Down
4 changes: 2 additions & 2 deletions docs/4_4_3_flexray.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ The parameter doesn't define in any way on how to react upon receiving notificat
type: Boolean
causality: parameter
variability: fixed
start: "false"
start: false
----

A Bus Simulation FMU shall indicate via a variable with `memberName = "BusNotifications"` within the FlexRay-specific <<low-cut-configuration-terminal,Configuration Terminal>> whether it provides bus notifications or not.
Expand Down Expand Up @@ -717,7 +717,7 @@ If a Network FMU is supporting the delivery on slot boundaries only, the paramet
type: Boolean
causality: parameter
variability: fixed
start: "true"
start: true
----

A Bus Simulation FMU shall indicate via a variable with `memberName = "DeliveryOnBoundary"` within the FlexRay-specific <<low-cut-configuration-terminal,Configuration Terminal>> whether it provides operations on a concrete slot boundary or not.
Expand Down

0 comments on commit 338239b

Please sign in to comment.