Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <timestamps.h>
Public Member Functions | |
void | push_back_data (rs_timestamp_data data) |
bool | pop_front_data () |
bool | erase (rs_timestamp_data data) |
bool | correct (frame_interface &frame) |
size_t | size () |
bool rsimpl::concurrent_queue::correct | ( | frame_interface & | frame | ) |
bool rsimpl::concurrent_queue::erase | ( | rs_timestamp_data | data | ) |
bool rsimpl::concurrent_queue::pop_front_data | ( | ) |
void rsimpl::concurrent_queue::push_back_data | ( | rs_timestamp_data | data | ) |
size_t rsimpl::concurrent_queue::size | ( | ) |