#include <notifications.h>
Public Member Functions | |
rs2_notification_category | get_category () const |
std::string | get_description () const |
rs2_log_severity | get_severity () const |
double | get_timestamp () const |
notification_data (std::string description, rs2_log_severity severity, rs2_notification_category category) | |
Private Attributes | |
rs2_notification_category | _category |
std::string | _description |
rs2_log_severity | _severity |
double | _timestamp |
Definition at line 17 of file notifications.h.
rs2::notification_data::notification_data | ( | std::string | description, |
rs2_log_severity | severity, | ||
rs2_notification_category | category | ||
) |
Definition at line 33 of file notifications.cpp.
rs2_notification_category rs2::notification_data::get_category | ( | ) | const |
Definition at line 43 of file notifications.cpp.
std::string rs2::notification_data::get_description | ( | ) | const |
Definition at line 48 of file notifications.cpp.
rs2_log_severity rs2::notification_data::get_severity | ( | ) | const |
Definition at line 59 of file notifications.cpp.
double rs2::notification_data::get_timestamp | ( | ) | const |
Definition at line 54 of file notifications.cpp.
|
private |
Definition at line 32 of file notifications.h.
|
private |
Definition at line 29 of file notifications.h.
|
private |
Definition at line 31 of file notifications.h.
|
private |
Definition at line 30 of file notifications.h.