You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SILKIT-1743 can xl: update docs, tests and demo (#200)
Ensure CNA XL is used in tests and the demo.
Update the docs to reflect that we support CAN XL.
---------
Co-authored-by: Daniel Edwards <daniel.edwards@vector.com>
@@ -46,7 +47,7 @@ The |ProductName| supports the following services:
46
47
Vehicle Networks
47
48
----------------
48
49
49
-
The |ProductName| provides means to simulate CAN / CAN |_| FD, Ethernet, FlexRay, and LIN networks.
50
+
The |ProductName| provides means to simulate |CANBuses|, Ethernet, FlexRay, and LIN networks.
50
51
All networks except for FlexRay can be simulated with two different levels of detail: a simple, functional simulation or a detailed simulation.
51
52
The simple simulation assumes no delay and unlimited bandwidth.
52
53
The detailed simulation is enabled by using an additional |ProductName| |NetSim|, which considers these aspects as well.
@@ -67,7 +68,7 @@ The |ProductName| Registry process is required and must be started as a first st
67
68
It acts as a connection broker between the actual simulation participants.
68
69
69
70
One or more :doc:`participants<../api/participant>` take care of the actual simulation logic and communicate via built-in :ref:`services<sec:overview-supported-services>`.
70
-
|ProductName| supports common vehicle networks (CAN / CAN |_| FD, Ethernet, FlexRay, LIN), data messages for application specific communication in a publish / subscribe pattern, and Remote Procedure Calls (RPC).
71
+
|ProductName| supports common vehicle networks (|CANBuses|, Ethernet, FlexRay, LIN), data messages for application specific communication in a publish / subscribe pattern, and Remote Procedure Calls (RPC).
71
72
The participant and its services are created by the client application using the |ProductName| :doc:`API<../api/api>`.
72
73
73
74
To manage a group of participants in a simulation, |ProductName| participants can coordinate their startup behavior.
0 commit comments