Fix: wrong include relative path.
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / can / can-bus-dev.cpp
2017-04-29 Romain ForlotFix: wrong include relative path.
2017-04-26 Romain ForlotFix: write bcm message to socket.
2017-04-26 Romain ForlotDon't use heavy weapon to get some basic calculation
2017-04-26 Romain ForlotCreate method to handle both CAN frames.
2017-04-26 Romain ForlotDon't use FD frame with BCM socket. Seems not working...
2017-04-26 Romain ForlotReworked reading CAN devices from BCM socket.
2017-04-26 Romain ForlotTypo, rename, format
2017-04-26 Romain ForlotRenaming confusing member "address_" to "index_"
2017-04-24 Romain ForlotMisc: Cleanup, typo, formating and comments update.
2017-04-24 Romain ForlotCreate a received job for BCM Socket to handle filtering.
2017-04-24 Romain ForlotRename and handling write on socket using stream instea...
2017-04-22 Romain ForlotUse BCM socket as default cleaning up the old RAW socke...
2017-04-22 Romain ForlotImprove logging messages
2017-04-20 Romain ForlotUpdate comments
2017-04-20 Romain ForlotRemove timeout socket option.
2017-04-20 Romain ForlotSeparate socket configuration and opening
2017-04-20 Romain ForlotUse same function to open BCM and RAW CAN sockets
2017-04-19 Romain ForlotSpecializing socket class to CAN socket operations.
2017-04-14 Romain ForlotChange directory architecture to use 2 separated projects.