Libsockcanpp
A complete C++ wrapper around socketcan.
|
An exception that may be thrown when an error occurred while initialising a CAN socket. More...
#include <CanInitException.hpp>
Public Member Functions | |
CanInitException (string message) | |
virtual | ~CanInitException () |
const char * | what () const noexcept |
Private Attributes | |
string | _message |
An exception that may be thrown when an error occurred while initialising a CAN socket.
Definition at line 39 of file CanInitException.hpp.
|
inline |
Definition at line 41 of file CanInitException.hpp.
References _message.
Referenced by sockcanpp::CanDriver::allowCanFdFrames(), sockcanpp::CanDriver::initialiseSocketCan(), sockcanpp::CanDriver::joinCanFilters(), sockcanpp::CanDriver::setCanFilters(), sockcanpp::CanDriver::setErrorFilter(), and sockcanpp::CanDriver::setReceiveOwnMessages().
|
inlinevirtual |
Definition at line 42 of file CanInitException.hpp.
|
inlinenoexcept |
|
private |
Definition at line 48 of file CanInitException.hpp.
Referenced by CanInitException(), and what().