Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rs::log_callback Class Reference

#include <rs.hpp>

Inheritance diagram for rs::log_callback:
rs_log_callback

Public Member Functions

 log_callback (std::function< void(log_severity, const char *)> on_event)
 
void on_event (rs_log_severity severity, const char *message) override
 
void release () override
 
- Public Member Functions inherited from rs_log_callback
virtual void on_event (rs_log_severity severity, const char *message)=0
 
virtual void release ()=0
 
virtual ~rs_log_callback ()
 

Constructor & Destructor Documentation

◆ log_callback()

rs::log_callback::log_callback ( std::function< void(log_severity, const char *)>  on_event)
inlineexplicit

Member Function Documentation

◆ on_event()

void rs::log_callback::on_event ( rs_log_severity  severity,
const char *  message 
)
inlineoverridevirtual

Implements rs_log_callback.

◆ release()

void rs::log_callback::release ( )
inlineoverridevirtual

Implements rs_log_callback.


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