#include <timestamps.h>
Public Member Functions | |
bool | correct (frame_interface &frame) |
bool | erase (rs_timestamp_data data) |
bool | pop_front_data () |
void | push_back_data (rs_timestamp_data data) |
size_t | size () |
Private Attributes | |
std::deque< rs_timestamp_data > | data_queue |
std::mutex | mtx |
Definition at line 26 of file timestamps.h.
bool concurrent_queue::correct | ( | frame_interface & | frame | ) |
Definition at line 54 of file timestamps.cpp.
bool concurrent_queue::erase | ( | rs_timestamp_data | data | ) |
Definition at line 29 of file timestamps.cpp.
bool concurrent_queue::pop_front_data | ( | ) |
Definition at line 17 of file timestamps.cpp.
void concurrent_queue::push_back_data | ( | rs_timestamp_data | data | ) |
Definition at line 10 of file timestamps.cpp.
size_t concurrent_queue::size | ( | ) |
Definition at line 47 of file timestamps.cpp.
|
private |
Definition at line 35 of file timestamps.h.
|
private |
Definition at line 36 of file timestamps.h.