-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a follow up to #635 Intention is to have them deprecated and remove them first in VSS 6.0 Until then anyone can create PRs with replacement signals as needed. This PR contains replacement signals for diagnostics. Signed-off-by: Erik Jaegervall <[email protected]>
- Loading branch information
Showing
7 changed files
with
744 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright (c) 2024 Contributors to COVESA | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Mozilla Public License 2.0 which is available at | ||
# https://www.mozilla.org/en-US/MPL/2.0/ | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
# Overlay to support OBD signals | ||
# For VSS 5.0 this will be a duplicate of the Vehicle.OBD branch in the standard VSS catalog. | ||
# From VSS 6.0 onwards the Vehicle.OBD branch in the standard VSS catalog will be removed, | ||
# and then this overlay must be used if you want to use the VSS signals. | ||
|
||
Vehicle: | ||
type: branch | ||
|
||
Vehicle.OBD: | ||
type: branch | ||
description: OBD data. | ||
|
||
#include OBD/OBD.vspec Vehicle.OBD |
Oops, something went wrong.