Skip to content

Commit 8e3020d

Browse files
authored
Update configuration.rst
1 parent 9745dbb commit 8e3020d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/configuration.rst

+11-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ Configuration
44

55
Currently the objects have the following hierarchy.
66

7-
Uds -> Tp -> Device
7+
::
8+
9+
Uds -> Tp -> Device
810

911
For CAN this would be
1012

11-
Uds -> CanTp -> CanInterface
13+
::
14+
15+
Uds -> CanTp -> CanInterface
1216

1317
Each class has its own config file which includes parameters relevant to that scope,
1418
however these can be passed "down the chain" from an upper level object to initialise
@@ -23,11 +27,12 @@ E.g.
2327
Keyword Arguments
2428
-----------------
2529
To configure a UDS connection instance the kwargs are passed down to each called object down the chain. The configuration can be passed down either by a config file, or by manually typing the keyword into the function call. The precidence is as follows:
26-
Default Config
27-
Config File
28-
Keyword argument
2930

30-
The following sections detail the different keywords for each class
31+
- Default Config
32+
- Config File
33+
- Keyword argument
34+
35+
The following sections detail the different keywords for each class.
3136

3237
Uds
3338
---

0 commit comments

Comments
 (0)