Libsockcanpp
A complete C++ wrapper around socketcan.
|
An exception that may be thrown when an error occurs while closing a CAN socket. More...
#include <CanException.hpp>
Public Member Functions | |
CanException (string message, int32_t socket) | |
~CanException () | |
const char * | what () |
const int32_t | getSocket () const |
Private Attributes | |
int32_t | _socket |
string | _message |
An exception that may be thrown when an error occurs while closing a CAN socket.
Definition at line 39 of file CanException.hpp.
|
inline |
Definition at line 41 of file CanException.hpp.
References _message, and _socket.
Referenced by sockcanpp::CanDriver::readMessageLock(), and sockcanpp::CanDriver::sendMessage().
|
inline |
Definition at line 42 of file CanException.hpp.
|
inline |
|
inline |
|
private |
Definition at line 53 of file CanException.hpp.
Referenced by CanException(), and what().
|
private |
Definition at line 51 of file CanException.hpp.
Referenced by CanException(), and getSocket().