summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can/can-bus-dev.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Remove can-bus-dev following RAW->BCM sockets migrationRomain Forlot1-220/+0
2017-05-05Improve granularity of BCM socket using one by signalRomain Forlot1-34/+0
2017-05-05Improve log message.Romain Forlot1-3/+3
2017-05-05Separation between hat and callback binding partsRomain Forlot1-3/+1
2017-05-04Follow the moving binding and configuration files.Romain Forlot1-1/+1
2017-05-03Keeping raw socket until diagnostic_manager is fully migratedRomain Forlot1-0/+8
2017-04-29Fix: wrong include relative path.Romain Forlot1-1/+1
2017-04-27Fix: write bcm message to socket.Romain Forlot1-2/+2
2017-04-27Don't use heavy weapon to get some basic calculationRomain Forlot1-2/+1
2017-04-27Create method to handle both CAN frames.Romain Forlot1-1/+1
2017-04-27Don't use FD frame with BCM socket. Seems not working...Romain Forlot1-2/+14
2017-04-27Reworked reading CAN devices from BCM socket.Romain Forlot1-3/+6
2017-04-27Typo, rename, formatRomain Forlot1-2/+0
2017-04-27Renaming confusing member "address_" to "index_"Romain Forlot1-5/+6
2017-04-24Misc: Cleanup, typo, formating and comments update.Romain Forlot1-2/+1
2017-04-24Create a received job for BCM Socket to handle filtering.Romain Forlot1-0/+27
2017-04-24Rename and handling write on socket using stream instead of specific methodRomain Forlot1-12/+8
2017-04-22Use BCM socket as default cleaning up the old RAW socket code.Romain Forlot1-23/+4
2017-04-22Improve logging messagesRomain Forlot1-8/+8
2017-04-20Update commentsRomain Forlot1-2/+4
2017-04-20Remove timeout socket option.Romain Forlot1-2/+0
2017-04-20Separate socket configuration and openingRomain Forlot1-6/+8
2017-04-20Use same function to open BCM and RAW CAN socketsRomain Forlot1-4/+4
2017-04-20Specializing socket class to CAN socket operations.Romain Forlot1-41/+16
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot1-0/+255