Skip to content

Commit

Permalink
Doc update.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Mar 28, 2024
1 parent 050f5b5 commit ec80633
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 42 deletions.
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,48 +21,6 @@ The resultant Functional Simulation (FSIL) may be used to validate complex funct

The following diagram shows how Network Functions and a Virtual ECU may be connected using the Network Model to form a typical FSIL simulation.

<div hidden>

```
@startuml
nwdiag {
Driver
Brake
Motion
Safety
network Signal {
address = (physics)
Network
Driver
group function {
description = "Network Functions"
Brake
Motion
Safety
}
}
network Signal {
address = (ecu)
group ecu {
description = "Virtual ECU"
ECU
HYD [address = " fmi"]
}
}
network Network {
address = (can)
width = full
Network
ECU
}
}
@enduml
```

</div>

![](doc/static/network-introduction.png)

Expand Down
37 changes: 37 additions & 0 deletions doc/static/network-introduction.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@startuml
nwdiag {
Driver
Brake
Motion
Safety

network Signal {
address = (physics)
Network

Driver
group function {
description = "Network Functions"
Brake
Motion
Safety
}
}
network Signal {
address = (ecu)
group ecu {
description = "Virtual ECU"
ECU
HYD [address = " fmi"]
}
}
network Network {
address = (can)
width = full

Network
ECU
}
}
@enduml
```

0 comments on commit ec80633

Please sign in to comment.