-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use deepcopy to copy data during expansion
Needed so that exporters can change data on individula nodes, if needed Signed-off-by: Erik Jaegervall <[email protected]>
- Loading branch information
Showing
4 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
tests/instances/resources/instance_extended_attribute.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Vehicle: | ||
type: branch | ||
instances: Test[1,3] | ||
description: High-level vehicle data. | ||
|
||
Vehicle.SomeThing: | ||
type: sensor | ||
description: "test" | ||
datatype: string | ||
dbc: | ||
signal: bababa | ||
transform: | ||
mapping: | ||
- from: 0 | ||
to: false | ||
- from: 1 | ||
to: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters