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 (const string &message, int32_t socket) | |
~InvalidSocketException () | |
const char * | what () const noexcept |
const int32_t | getSocket () const |
Private Attributes | |
int32_t | m_socket |
string | m_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 m_message, and m_socket.
Referenced by sockcanpp::CanDriver::allowCanFdFrames(), sockcanpp::CanDriver::joinCanFilters(), sockcanpp::CanDriver::readMessageLock(), sockcanpp::CanDriver::readQueuedMessages(), sockcanpp::CanDriver::sendMessage(), sockcanpp::CanDriver::sendMessageQueue(), sockcanpp::CanDriver::setCanFilters(), sockcanpp::CanDriver::setErrorFilter(), sockcanpp::CanDriver::setReceiveOwnMessages(), and sockcanpp::CanDriver::waitForMessages().
|
inline |
Definition at line 42 of file InvalidSocketException.hpp.
|
inline |
|
inlinenoexcept |
|
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().