Slide 13
Slide 13 text
YAML と Protobuf での相互変換などさまざまなフォーマット同士の変換
複数の VSS ファイルの合成(オーバーレイ)
vspec export json --vspec spec/VehicleSignalSpecification.vspec --output vss.json
[16:40:03] INFO Added 29 quantities from __init__.py:895
/Users/Foo/workspace/vehicle_signal_specification/spec/quantities.
yaml
INFO Added 62 units from __init__.py:923
/Users/Bar/workspace/vehicle_signal_specification/spec/units.yaml
INFO Loading vspec from spec/VehicleSignalSpecification.vspec... utils.py:81
[16:40:04] INFO Check type usage __init__.py:117
INFO Generating JSON output... json.py:142
INFO Serializing compact JSON... json.py:148
https://github.com/COVESA/vss-tools/blob/master/docs/vspec.md
開発ツール: VSS Tools 13