Libsockcanpp
A complete C++ wrapper around socketcan.
|
#include <linux/can.h>
#include <cstring>
#include <exception>
#include <string>
#include <system_error>
#include <thread>
#include "CanId.hpp"
Go to the source code of this file.
Data Structures | |
class | sockcanpp::CanMessage |
Represents a CAN message that was received. More... | |
Namespaces | |
namespace | sockcanpp |
Main library namespace. | |