Skip to content

Commit

Permalink
Clarify array concat (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbertsch committed Jun 5, 2023
1 parent 3f2edc0 commit 9e5532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2_2_common_mechanisms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ include::../headers/fmi3FunctionTypes.h[tags=GetClock]

* `valueReferences` is a vector of `nValueReferences` handles that reference the variables that shall be inquired.

* `values` is a vector with the actual values of these variables.
* `values` is a vector consisting of the concatenation of the (serialized in the case of arrays) values of these variables.

* `valueSizes` is a vector with the actual sizes of the values for binary variables.

Expand All @@ -376,7 +376,7 @@ include::../headers/fmi3FunctionTypes.h[tags=SetClock]

* `valueReferences` is a vector of `nValueReferences` handles that reference the variables that shall be set.

* `values` is a vector with the actual values of these variables.
* `values` is a vector consisting of the concatenation of the (serialized in the case of arrays) values of these variables.

* `valueSizes` is a vector with the actual sizes of the values of binary variables.

Expand Down

0 comments on commit 9e5532e

Please sign in to comment.