-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add option ISO_TP_USER_SEND_CAN_ARG #36
add option ISO_TP_USER_SEND_CAN_ARG #36
Conversation
argument in isotp_user_send_can with which to pass adapter-specific information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM so far!
Can you add the changes to the README and maybe also add a Cmake option? Could be something like isotp_ENABLE_CAN_SEND_ARG
which then #define
s the directive?
Thanks! I've added you to the list of contributors and bumped up the version; you can checkout the latest tag :) |
add option ISO_TP_USER_SEND_CAN_ARG which includes an additional void* argument in isotp_user_send_can with which to pass adapter-specific information.