Libsockcanpp
A complete C++ wrapper around socketcan.
|
▼ include | |
▼ exceptions | |
CanCloseException.hpp | Contains the implementation of an exception that may be thrown when an error occurs while closing a CAN socket |
CanException.hpp | Contains the implementation of a general-purpose exception which may be thrown when an error occurs when performing IO on a CAN socket |
CanInitException.hpp | Contains the implementation of an exception that is thrown when a CAN socket couldn't be inintialised |
InvalidSocketException.hpp | Contains the implementation of an exception that may be thrown when an invalid CAN socket is detected |
CanDriver.hpp | Contains the declarations for the SocketCAN wrapper in C++ |
CanId.hpp | Contains the implementation of a value-type representing a CAN identifier |
CanMessage.hpp | Contains the implementation of a CAN message representation in C++ |
▼ src | |
CanDriver.cpp |