-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seems like I found a fix for graphviz issue
- Loading branch information
1 parent
ef18f7d
commit f313385
Showing
8 changed files
with
50 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
CAN Transport Interface | ||
======================= | ||
TODO: rework | ||
CAN Transport Interfaces | ||
======================== | ||
TODO: some general info | ||
|
||
Common | ||
------ | ||
Common CAN implementation for all CAN :class:`~uds.transport_interface.can_transport_interface.AbstractCanTransportInterface` | ||
|
||
Configuration | ||
````````````` | ||
TODO: __init__ explanation | ||
|
||
|
||
Python-CAN | ||
---------- | ||
TODO: :class:`~uds.transport_interface.can_transport_interface.PyCanTransportInterface` | ||
|
||
Configuration | ||
````````````` | ||
TODO: __init__ explanation (only diff) | ||
|
||
Send Packet | ||
``````````` | ||
TODO: | ||
:meth:`~uds.transport_interface.can_transport_interface.PyCanTransportInterface.send_packet` | ||
and | ||
:meth:`~uds.transport_interface.can_transport_interface.PyCanTransportInterface.async_send_packet` | ||
|
||
Receive Packet | ||
`````````````` | ||
TODO: | ||
:meth:`~uds.transport_interface.can_transport_interface.PyCanTransportInterface.receive_packet` | ||
and | ||
:meth:`~uds.transport_interface.can_transport_interface.PyCanTransportInterface.async_receive_packet` |
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,3 +1,3 @@ | ||
Custom Transport Interface | ||
========================== | ||
Custom Transport Interfaces | ||
=========================== | ||
THIS FEATURE IS PLANNED BUT NOT IMPLEMENTED YET, THEREFORE THERE ARE NO MORE INFORMATION TO DISPLAY. |
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,3 +1,3 @@ | ||
Ethernet Transport Interface | ||
============================ | ||
Ethernet Transport Interfaces | ||
============================= | ||
Ethernet FEATURE IS PLANNED BUT NOT IMPLEMENTED YET, THEREFORE THERE ARE NO MORE INFORMATION TO DISPLAY. |
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,3 +1,3 @@ | ||
FlexRay Transport Interface | ||
=========================== | ||
FlexRay Transport Interfaces | ||
============================ | ||
FlexRay FEATURE IS PLANNED BUT NOT IMPLEMENTED YET, THEREFORE THERE ARE NO MORE INFORMATION TO DISPLAY. |
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,3 +1,3 @@ | ||
K-Line Transport Interface | ||
========================== | ||
K-Line Transport Interfaces | ||
=========================== | ||
K-Line FEATURE IS PLANNED BUT NOT IMPLEMENTED YET, THEREFORE THERE ARE NO MORE INFORMATION TO DISPLAY. |
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,3 +1,3 @@ | ||
LIN Transport Interface | ||
======================= | ||
LIN Transport Interfaces | ||
======================== | ||
LIN FEATURE IS PLANNED BUT NOT IMPLEMENTED YET, THEREFORE THERE ARE NO MORE INFORMATION TO DISPLAY. |