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

#include <rs_processing.hpp>

Public Member Functions

 asynchronous_syncer ()
 
template<class S >
void start (S on_frame)
 
void operator() (frame f) const
 

Constructor & Destructor Documentation

◆ asynchronous_syncer()

rs2::asynchronous_syncer::asynchronous_syncer ( )
inline

Real asynchronous syncer within syncer class

Member Function Documentation

◆ operator()()

void rs2::asynchronous_syncer::operator() ( frame  f) const
inline

Doing the actual synchronization work for the frame

Parameters
[in]f- frame to send to processing block to do the synchronization.

◆ start()

template<class S >
void rs2::asynchronous_syncer::start ( on_frame)
inline

Start and set the callback when the synchronization is done.

Parameters
[in]on_frame- callback function, will be invoked when synchronization is finished.

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