#include <types.h>
Public Member Functions | |
notifications_callback_ptr | get_callback () const |
notifications_processor () | |
void | raise_notification (const notification) |
void | set_callback (notifications_callback_ptr callback) |
~notifications_processor () | |
Private Attributes | |
notifications_callback_ptr | _callback |
std::mutex | _callback_mutex |
dispatcher | _dispatcher |
Definition at line 1123 of file src/types.h.
librealsense::notifications_processor::notifications_processor | ( | ) |
librealsense::notifications_processor::~notifications_processor | ( | ) |
notifications_callback_ptr librealsense::notifications_processor::get_callback | ( | ) | const |
void notifications_processor::raise_notification | ( | const notification | n | ) |
void librealsense::notifications_processor::set_callback | ( | notifications_callback_ptr | callback | ) |
|
private |
Definition at line 1134 of file src/types.h.
|
private |
Definition at line 1135 of file src/types.h.
|
private |
Definition at line 1136 of file src/types.h.