Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
android
fw-logger
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
7
class
android_fw_logger
8
{
9
public
:
10
android_fw_logger
(
std::string
xml_path =
""
,
int
sample_rate = 100);
11
~android_fw_logger
();
12
13
private
:
14
bool
_active
=
false
;
15
std::thread
_thread
;
16
std::string
_xml_path
;
17
18
void
read_log_loop
();
19
int
_sample_rate
;
20
};
android_fw_logger::_xml_path
std::string _xml_path
Definition:
rs-fw-logger.h:16
android_fw_logger::~android_fw_logger
~android_fw_logger()
Definition:
src/android/fw-logger/rs-fw-logger.cpp:126
android_fw_logger::android_fw_logger
android_fw_logger(std::string xml_path="", int sample_rate=100)
Definition:
src/android/fw-logger/rs-fw-logger.cpp:120
android_fw_logger
Definition:
rs-fw-logger.h:7
android_fw_logger::read_log_loop
void read_log_loop()
Definition:
src/android/fw-logger/rs-fw-logger.cpp:42
string
GLsizei const GLchar *const * string
Definition:
glad/glad/glad.h:2862
android_fw_logger::_active
bool _active
Definition:
rs-fw-logger.h:14
android_fw_logger::_thread
std::thread _thread
Definition:
rs-fw-logger.h:15
android_fw_logger::_sample_rate
int _sample_rate
Definition:
rs-fw-logger.h:19
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:40