Libsockcanpp
A complete C++ wrapper around socketcan.
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  include
  exceptions
 CanCloseException.hppContains the implementation of an exception that may be thrown when an error occurs while closing a CAN socket
 CanException.hppContains the implementation of a general-purpose exception which may be thrown when an error occurs when performing IO on a CAN socket
 CanInitException.hppContains the implementation of an exception that is thrown when a CAN socket couldn't be inintialised
 InvalidSocketException.hppContains the implementation of an exception that may be thrown when an invalid CAN socket is detected
 CanDriver.hppContains the declarations for the SocketCAN wrapper in C++
 CanId.hppContains the implementation of a value-type representing a CAN identifier
 CanMessage.hppContains the implementation of a CAN message representation in C++
  src
 CanDriver.cpp