Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Public Attributes | List of all members
librealsense::notification Struct Reference

#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
 
int type
 
rs2_log_severity severity
 
std::string description
 
double timestamp
 
std::string serialized_data
 

Constructor & Destructor Documentation

◆ notification()

librealsense::notification::notification ( rs2_notification_category  category,
int  type,
rs2_log_severity  severity,
std::string  description 
)
inline

Member Data Documentation

◆ category

rs2_notification_category librealsense::notification::category

◆ description

std::string librealsense::notification::description

◆ serialized_data

std::string librealsense::notification::serialized_data

◆ severity

rs2_log_severity librealsense::notification::severity

◆ timestamp

double librealsense::notification::timestamp

◆ type

int librealsense::notification::type

The documentation for this struct was generated from the following file: