#include <fw-log-data.h>
Public Member Functions | |
rs2_log_severity | get_severity () const |
uint32_t | get_timestamp () const |
Public Attributes | |
std::vector< uint8_t > | logs_buffer |
Definition at line 13 of file src/fw-logs/fw-log-data.h.
rs2_log_severity librealsense::fw_logs::fw_logs_binary_data::get_severity | ( | ) | const |
Definition at line 77 of file src/fw-logs/fw-log-data.cpp.
uint32_t librealsense::fw_logs::fw_logs_binary_data::get_timestamp | ( | ) | const |
Definition at line 83 of file src/fw-logs/fw-log-data.cpp.
std::vector<uint8_t> librealsense::fw_logs::fw_logs_binary_data::logs_buffer |
Definition at line 15 of file src/fw-logs/fw-log-data.h.