Libsockcanpp
A complete C++ wrapper around socketcan.
|
An exception that may be thrown when an error occurs while closing a CAN socket. More...
#include <InvalidSocketException.hpp>
Public Member Functions | |
InvalidSocketException (string message, int32_t socket) | |
~InvalidSocketException () | |
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 InvalidSocketException.hpp.
|
inline |
Definition at line 41 of file InvalidSocketException.hpp.
References _message, and _socket.
Referenced by sockcanpp::CanDriver::readMessageLock(), sockcanpp::CanDriver::readQueuedMessages(), sockcanpp::CanDriver::sendMessage(), sockcanpp::CanDriver::sendMessageQueue(), sockcanpp::CanDriver::setCanFilterMask(), and sockcanpp::CanDriver::waitForMessages().
|
inline |
Definition at line 42 of file InvalidSocketException.hpp.
|
inline |
|
inline |
|
private |
Definition at line 53 of file InvalidSocketException.hpp.
Referenced by InvalidSocketException(), and what().
|
private |
Definition at line 51 of file InvalidSocketException.hpp.
Referenced by getSocket(), and InvalidSocketException().