#include <converter.hpp>
Definition at line 44 of file converter.hpp.
template<typename F >
void rs2::tools::converter::converter_base::add_sub_worker |
( |
const F & |
f | ) |
|
|
inlineprotected |
virtual void rs2::tools::converter::converter_base::convert |
( |
rs2::frame & |
frame | ) |
|
|
pure virtual |
bool rs2::tools::converter::converter_base::frames_map_get_and_set |
( |
rs2_stream |
streamType, |
|
|
frame_number_t |
frameNumber |
|
) |
| |
|
inlineprotected |
virtual std::string rs2::tools::converter::converter_base::get_statistics |
( |
| ) |
|
|
inlinevirtual |
virtual std::string rs2::tools::converter::converter_base::name |
( |
| ) |
const |
|
pure virtual |
template<typename F >
void rs2::tools::converter::converter_base::start_worker |
( |
const F & |
f | ) |
|
|
inlineprotected |
void rs2::tools::converter::converter_base::wait |
( |
| ) |
|
|
inline |
void rs2::tools::converter::converter_base::wait_sub_workers |
( |
| ) |
|
|
inlineprotected |
std::unordered_map<int, std::unordered_set<frame_number_t> > rs2::tools::converter::converter_base::_framesMap |
|
protected |
std::vector<std::thread> rs2::tools::converter::converter_base::_subWorkers |
|
protected |
std::thread rs2::tools::converter::converter_base::_worker |
|
protected |
The documentation for this class was generated from the following file: