Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rsimpl::timestamp_events_callback Class Reference

#include <types.h>

Inheritance diagram for rsimpl::timestamp_events_callback:
rs_timestamp_callback

Public Member Functions

 timestamp_events_callback ()
 
 timestamp_events_callback (rs_device *dev, timestamp_callback_function_ptr fptr, void *user)
 
 operator bool ()
 
void on_event (rs_timestamp_data data) override
 
void release () override
 
- Public Member Functions inherited from rs_timestamp_callback
virtual void on_event (rs_timestamp_data data)=0
 
virtual void release ()=0
 
virtual ~rs_timestamp_callback ()
 

Constructor & Destructor Documentation

◆ timestamp_events_callback() [1/2]

rsimpl::timestamp_events_callback::timestamp_events_callback ( )
inline

◆ timestamp_events_callback() [2/2]

rsimpl::timestamp_events_callback::timestamp_events_callback ( rs_device dev,
timestamp_callback_function_ptr  fptr,
void *  user 
)
inline

Member Function Documentation

◆ on_event()

void rsimpl::timestamp_events_callback::on_event ( rs_timestamp_data  data)
inlineoverridevirtual

Implements rs_timestamp_callback.

◆ operator bool()

rsimpl::timestamp_events_callback::operator bool ( )
inline

◆ release()

void rsimpl::timestamp_events_callback::release ( )
inlineoverridevirtual

Implements rs_timestamp_callback.


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