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

#include <timestamps.h>

Inheritance diagram for rsimpl::timestamp_corrector_interface:
rsimpl::timestamp_corrector

Public Member Functions

virtual ~timestamp_corrector_interface ()
 
virtual void on_timestamp (rs_timestamp_data data)=0
 
virtual void correct_timestamp (frame_interface &frame, rs_stream stream)=0
 
virtual void release ()=0
 

Constructor & Destructor Documentation

◆ ~timestamp_corrector_interface()

virtual rsimpl::timestamp_corrector_interface::~timestamp_corrector_interface ( )
inlinevirtual

Member Function Documentation

◆ correct_timestamp()

virtual void rsimpl::timestamp_corrector_interface::correct_timestamp ( frame_interface frame,
rs_stream  stream 
)
pure virtual

Implemented in rsimpl::timestamp_corrector.

◆ on_timestamp()

virtual void rsimpl::timestamp_corrector_interface::on_timestamp ( rs_timestamp_data  data)
pure virtual

Implemented in rsimpl::timestamp_corrector.

◆ release()

virtual void rsimpl::timestamp_corrector_interface::release ( )
pure virtual

Implemented in rsimpl::timestamp_corrector.


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