rs-fw-logger.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2015 Intel Corporation. All Rights Reserved.
3 
4 #include <string>
5 #include <thread>
6 
8 {
9 public:
10  android_fw_logger(std::string xml_path = "", int sample_rate = 100);
12 
13 private:
14  bool _active = false;
15  std::thread _thread;
17 
18  void read_log_loop();
20 };
std::string _xml_path
Definition: rs-fw-logger.h:16
android_fw_logger(std::string xml_path="", int sample_rate=100)
GLsizei const GLchar *const * string
std::thread _thread
Definition: rs-fw-logger.h:15


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