Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <[email protected]>
  • Loading branch information
UlfBj committed Jun 26, 2024
1 parent 22d53dd commit c7b0a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ mandatory_targets: clean json json-noexpand franca yaml binary csv graphql ddsid
optional_targets: clean protobuf ttl

TOOLSDIR?=./vss-tools
COMMON_ARGS=-u ./spec/units.yaml
#COMMON_ARGS=-u ./spec/units.yaml --strict
COMMON_ARGS=-u ./spec/units.yaml --strict
# Default vspec root file if not overridden by command line input.
VSPECROOT=./spec/VehicleSignalSpecification.vspec

Expand Down
5 changes: 5 additions & 0 deletions docs-gen/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ An external datatype reference to an enum (allowed) shall have a syntax as shown
where x, y, z may be names providing an understanding of the defined enum (allowed) that conform to the node HIM node name syntax.
The name z must be postfixed with the tag Values.

If the HIM configurator is used to substitute external enum (Allowed) references it will create a Datatype.yaml file in the root directory of
the signal tree that it is working on. The node type in a type definition tree shall be 'property' but due to that the VSS-tools will reject
separate trees with that node type, the node type 'sensor' is used instead. This must therefore be manually edited to rename to 'property'
until a moodified version of VSS-tools is created, or that the HIM configurator is updated to handle the node type renaming.

## Trees under development
Currently two trees are being developed:
* [Tractor tree](https://github.com/COVESA/commercial-vehicle-information-specifications/tree/main/spec/trees/Heavyduty/Tractor)
Expand Down

0 comments on commit c7b0a39

Please sign in to comment.