Public Member Functions | Protected Attributes | List of all members
rs2::tools::converter::converter_csv Class Reference

#include <converter-csv.hpp>

Inheritance diagram for rs2::tools::converter::converter_csv:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Definition at line 17 of file converter-csv.hpp.

Constructor & Destructor Documentation

rs2::tools::converter::converter_csv::converter_csv ( const std::string filePath,
rs2_stream  streamType = rs2_stream::RS2_STREAM_ANY 
)
inline

Definition at line 23 of file converter-csv.hpp.

Member Function Documentation

void rs2::tools::converter::converter_csv::convert ( rs2::frame frame)
inlineoverridevirtual

Implements rs2::tools::converter::converter_base.

Definition at line 34 of file converter-csv.hpp.

std::string rs2::tools::converter::converter_csv::name ( ) const
inlineoverridevirtual

Implements rs2::tools::converter::converter_base.

Definition at line 29 of file converter-csv.hpp.

Member Data Documentation

std::string rs2::tools::converter::converter_csv::_filePath
protected

Definition at line 20 of file converter-csv.hpp.

rs2_stream rs2::tools::converter::converter_csv::_streamType
protected

Definition at line 19 of file converter-csv.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:41