#include <types.h>
Public Member Functions | |
notification (rs2_notification_category category, int type, rs2_log_severity severity, std::string description) | |
Public Attributes | |
rs2_notification_category | category |
std::string | description |
std::string | serialized_data |
rs2_log_severity | severity |
double | timestamp |
int | type |
Definition at line 1098 of file src/types.h.
|
inline |
Definition at line 1100 of file src/types.h.
rs2_notification_category librealsense::notification::category |
Definition at line 1107 of file src/types.h.
std::string librealsense::notification::description |
Definition at line 1110 of file src/types.h.
std::string librealsense::notification::serialized_data |
Definition at line 1112 of file src/types.h.
rs2_log_severity librealsense::notification::severity |
Definition at line 1109 of file src/types.h.
double librealsense::notification::timestamp |
Definition at line 1111 of file src/types.h.
int librealsense::notification::type |
Definition at line 1108 of file src/types.h.