I want to transmit data from NVIDIA JETSON TX2 using CAN from the transciever to the CAN bus and finally to the canalyser.
The data to be transmitted using CAN should be through a C++ code.
I did download sources from the link - https://developer.nvidia.com/embedded/dlc/l4t-sources-28-1
But the path - /sources/kernel/t18x/drivers/net/can/mttcan/native/ has missing declarations or definitions cause of which I am unable to call and use the functions on my C++ code.
If you are looking for the CAN driver to be in C++
or it is you are going to use something on top of can device driver which would be in C++.
If you are looking for a driver to be in C++ for linux kernel, thn AFAIK, it is still not available open source for CAN.
Or if you are trying to automate inserting the modules and setting up can interfaces and initiating the communication, thn it can be done using a script.
Please let us know if your doubt is not related to this.
Thanks for your response.
I am looking for transmitting messages from CAN through a C++ code.
Yes if there is a script for setting up can interfaces and initiating the communication that would be of great help :)