Public Member Functions | |
NotificationCallbackInfo (const char *desc, rs2_time_t time, rs2_log_severity severity, rs2_notification_category category, std::string serialized_data, RSSensor *s) | |
virtual void | Run () |
virtual | ~NotificationCallbackInfo () |
Public Member Functions inherited from MainThreadCallbackInfo | |
MainThreadCallbackInfo () | |
virtual void | Release () |
void | SetConsumed () |
virtual | ~MainThreadCallbackInfo () |
Private Attributes | |
rs2_notification_category | category_ |
std::string | desc_ |
rs2_error * | error_ |
RSSensor * | sensor_ |
std::string | serialized_data_ |
rs2_log_severity | severity_ |
rs2_time_t | time_ |
Additional Inherited Members | |
Static Public Member Functions inherited from MainThreadCallbackInfo | |
static bool | InfoExist (MainThreadCallbackInfo *info) |
static void | ReleasePendingInfos () |
Protected Attributes inherited from MainThreadCallbackInfo | |
bool | consumed_ |
Static Protected Attributes inherited from MainThreadCallbackInfo | |
static std::list< MainThreadCallbackInfo * > | pending_infos_ |
|
inline |
|
inlinevirtual |
|
virtual |
Reimplemented from MainThreadCallbackInfo.
|
private |
|
private |
|
private |
|
private |
|
private |