Specializing socket class to CAN socket operations.
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 19 Apr 2017 22:07:37 +0000 (00:07 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 19 Apr 2017 22:07:37 +0000 (00:07 +0200)
commitf546e121079088920e2a3f64bc054afa05ff945f
tree4b966d3b97b3666cdb5b263c1b3be3f2b563db42
parentff30daa04391f981e871f1dea27b6fbb2b91791c
Specializing socket class to CAN socket operations.

Move all legacy opening RAW CAN socket operation to socket class. Each operations
on a CAN socket has to be simple and made by the socket class.
Simple BCM socket open operation is implemented.
Future will be to open specialized BCM CAN sockets on demand.

Change-Id: If285b97afb9871245ab1f13cd9f0401fbd9adf95
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/can/can-bus-dev.cpp
CAN-binder/low-can-binding/can/can-bus-dev.hpp
CAN-binder/low-can-binding/can/can-bus.cpp
CAN-binder/low-can-binding/utils/socket.cpp
CAN-binder/low-can-binding/utils/socket.hpp