PolySync / oscc

Open Source Car Control 💻🚗🙌
Other
966 stars 274 forks source link

Expose CAN connection context #292

Open rebpdx opened 6 years ago

rebpdx commented 6 years ago

Proposed feature or changes

As a user I would like to be able to add functions in my code that use the existing CAN connection initialized by oscc_open.

Use case

I have linked my code to the OSCC API and would like to send or receive CAN data not included in the existing OSCC function calls.