#include <fw-logs-formating-options.h>
Public Member Functions | |
fw_log_event () | |
fw_log_event (int input_num_of_params, const std::string &input_line) | |
Public Attributes | |
std::string | line |
size_t | num_of_params |
Definition at line 18 of file src/fw-logs/fw-logs-formating-options.h.
librealsense::fw_logs::fw_log_event::fw_log_event | ( | ) |
Definition at line 13 of file src/fw-logs/fw-logs-formating-options.cpp.
librealsense::fw_logs::fw_log_event::fw_log_event | ( | int | input_num_of_params, |
const std::string & | input_line | ||
) |
Definition at line 18 of file src/fw-logs/fw-logs-formating-options.cpp.
std::string librealsense::fw_logs::fw_log_event::line |
Definition at line 21 of file src/fw-logs/fw-logs-formating-options.h.
size_t librealsense::fw_logs::fw_log_event::num_of_params |
Definition at line 20 of file src/fw-logs/fw-logs-formating-options.h.