#include <converter-csv.hpp>
Public Member Functions | |
void | convert (rs2::frame &frame) override |
converter_csv (const std::string &filePath, rs2_stream streamType=rs2_stream::RS2_STREAM_ANY) | |
std::string | name () const override |
Public Member Functions inherited from rs2::tools::converter::converter_base | |
virtual std::string | get_statistics () |
void | wait () |
Protected Attributes | |
std::string | _filePath |
rs2_stream | _streamType |
Protected Attributes inherited from rs2::tools::converter::converter_base | |
std::unordered_map< int, std::unordered_set< frame_number_t > > | _framesMap |
std::vector< std::thread > | _subWorkers |
std::thread | _worker |
Additional Inherited Members | |
Protected Member Functions inherited from rs2::tools::converter::converter_base | |
template<typename F > | |
void | add_sub_worker (const F &f) |
bool | frames_map_get_and_set (rs2_stream streamType, frame_number_t frameNumber) |
template<typename F > | |
void | start_worker (const F &f) |
void | wait_sub_workers () |
Definition at line 17 of file converter-csv.hpp.
|
inline |
Definition at line 23 of file converter-csv.hpp.
|
inlineoverridevirtual |
Implements rs2::tools::converter::converter_base.
Definition at line 34 of file converter-csv.hpp.
|
inlineoverridevirtual |
Implements rs2::tools::converter::converter_base.
Definition at line 29 of file converter-csv.hpp.
|
protected |
Definition at line 20 of file converter-csv.hpp.
|
protected |
Definition at line 19 of file converter-csv.hpp.