Public Member Functions | |
playback_backend_exception (const std::string &msg, call_type t, int entity_id) noexcept | |
Public Member Functions inherited from librealsense::backend_exception | |
backend_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Public Member Functions inherited from librealsense::unrecoverable_exception | |
unrecoverable_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Public Member Functions inherited from librealsense::librealsense_exception | |
rs2_exception_type | get_exception_type () const noexcept |
const char * | get_message () const noexcept |
const char * | what () const noexceptoverride |
Private Member Functions | |
std::string | generate_message (const std::string &msg, call_type t, int entity_id) const |
Additional Inherited Members | |
Protected Member Functions inherited from librealsense::librealsense_exception | |
librealsense_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Definition at line 49 of file recorder.cpp.
|
inlinenoexcept |
Definition at line 52 of file recorder.cpp.
|
inlineprivate |
Definition at line 56 of file recorder.cpp.