-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from COVESA/master
Bring latest COVESA master into my fork
- Loading branch information
Showing
26 changed files
with
217 additions
and
173 deletions.
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
4.1-dev | ||
5.0-dev |
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 @@ | ||
*.png |
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,15 @@ | ||
@startuml | ||
card "instances: \n - Row[1,2] \n - ["DriverSide","PassengerSide"]" as C111 | ||
usecase Vehicle as N1 | ||
usecase Cabin as N11 | ||
usecase Door as N111 | ||
usecase IsOpen as N1112 | ||
usecase Window as N1111 | ||
usecase IsOpen as N11111 | ||
N1--> N11 | ||
N11--> N111 | ||
N111--> N1111 | ||
N111--> N1112 | ||
N1111--> N11111 | ||
N111 - C111 | ||
@enduml |
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,53 @@ | ||
@startuml | ||
|
||
usecase Vehicle as N1 | ||
usecase Cabin as N11 | ||
N1--> N11 | ||
usecase Door as N111 | ||
N11--> N111 | ||
|
||
usecase Row1 as N111a | ||
N111-->N111a | ||
usecase Row2 as N111b | ||
N111-->N111b | ||
|
||
usecase DriverSide as N111aa | ||
usecase PassengerSide as N111ab | ||
N111a-->N111aa | ||
N111a-->N111ab | ||
|
||
usecase DriverSide as N111ba | ||
usecase PassengerSide as N111bb | ||
N111b-->N111ba | ||
N111b-->N111bb | ||
|
||
usecase IsOpen as N111aa2 | ||
usecase Window as N111aa1 | ||
usecase IsOpen as N111aa11 | ||
N111aa-->N111aa1 | ||
N111aa1-->N111aa11 | ||
N111aa-->N111aa2 | ||
|
||
usecase IsOpen as N111ab2 | ||
usecase Window as N111ab1 | ||
usecase IsOpen as N111ab11 | ||
N111ab-->N111ab1 | ||
N111ab1-->N111ab11 | ||
N111ab-->N111ab2 | ||
|
||
|
||
usecase IsOpen as N111ba2 | ||
usecase Window as N111ba1 | ||
usecase IsOpen as N111ba11 | ||
N111ba-->N111ba1 | ||
N111ba1-->N111ba11 | ||
N111ba-->N111ba2 | ||
|
||
usecase IsOpen as N111bb2 | ||
usecase Window as N111bb1 | ||
usecase IsOpen as N111bb11 | ||
N111bb-->N111bb1 | ||
N111bb1-->N111bb11 | ||
N111bb-->N111bb2 | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Oops, something went wrong.