4 #ifndef LIBREALSENSE_RS2_INTERNAL_HPP 5 #define LIBREALSENSE_RS2_INTERNAL_HPP 10 #include "../h/rs_internal.h" 22 const std::string& section =
"",
26 _context = std::shared_ptr<rs2_context>(
44 const std::string& section =
"",
45 const std::string& min_api_version =
"0.0.0")
48 _context = std::shared_ptr<rs2_context>(
76 T on_destruction_function;
82 on_destruction_function();
222 range.
max, range.
step, range.
def, is_writable, &e);
262 std::shared_ptr<rs2_device> create_device_ptr(std::function<
void(
rs2_device*)> deleter)
265 std::shared_ptr<rs2_device> dev(
274 :
device(create_device_ptr(deleter))
293 std::shared_ptr<rs2_sensor>
sensor(
370 _fw_log_message(msg) {}
398 std::vector<uint8_t>
data()
const 403 std::vector<uint8_t> result;
408 result.insert(result.begin(), start, start +
size);
413 const std::shared_ptr<rs2_firmware_log_message>
get_message()
const {
return _fw_log_message; }
416 std::shared_ptr<rs2_firmware_log_message> _fw_log_message;
423 _parsed_fw_log(msg) {}
476 const std::shared_ptr<rs2_firmware_log_parsed_message>
get_message()
const {
return _parsed_fw_log; }
479 std::shared_ptr<rs2_firmware_log_parsed_message> _parsed_fw_log;
499 std::shared_ptr<rs2_firmware_log_message> msg(
510 std::shared_ptr<rs2_firmware_log_parsed_message> msg(
522 bool fw_log_pulling_status =
527 return fw_log_pulling_status;
534 bool flash_log_pulling_status =
539 return flash_log_pulling_status;
549 return parser_initialized;
559 return parsingResult;
568 return num_of_fw_logs;
579 _terminal_parser = std::shared_ptr<rs2_terminal_parser>(
589 std::shared_ptr<const rs2_raw_data_buffer> list(
599 std::vector<uint8_t> results;
600 results.insert(results.begin(), start, start + size);
605 std::string
parse_response(
const std::string& command,
const std::vector<uint8_t>& response)
609 std::shared_ptr<const rs2_raw_data_buffer> list(
611 (
void*)response.data(), response.size(), &e),
621 results.insert(results.begin(), start, start + size);
627 std::shared_ptr<rs2_terminal_parser> _terminal_parser;
631 #endif // LIBREALSENSE_RS2_INTERNAL_HPP void rs2_software_sensor_set_metadata(rs2_sensor *sensor, rs2_frame_metadata_value value, rs2_metadata_type type, rs2_error **error)
void rs2_software_device_set_destruction_callback_cpp(const rs2_device *dev, rs2_software_device_destruction_callback *callback, rs2_error **error)
Definition: rs_frame.hpp:22
firmware_logger(device d)
Definition: rs_internal.hpp:485
rs2_camera_info
Read-only strings that can be queried from the device. Not all information attributes are available o...
Definition: rs_sensor.h:22
rs2::firmware_log_message create_message()
Definition: rs_internal.hpp:496
recording_context(const std::string &filename, const std::string §ion="", rs2_recording_mode mode=RS2_RECORDING_MODE_BLANK_FRAMES)
Definition: rs_internal.hpp:21
Definition: rs_sensor.hpp:102
stream_profile add_pose_stream(rs2_pose_stream pose_stream, bool is_default=false)
Definition: rs_internal.hpp:128
Definition: rs_frame.hpp:336
#define RS2_API_VERSION
Definition: rs.h:41
std::vector< uint8_t > data() const
Definition: rs_internal.hpp:398
const std::shared_ptr< rs2_firmware_log_message > get_message() const
Definition: rs_internal.hpp:413
uint32_t line() const
Definition: rs_internal.hpp:453
rs2_option
Defines general configuration controls. These can generally be mapped to camera UVC controls...
Definition: rs_option.h:22
terminal_parser(const std::string &xml_content)
Definition: rs_internal.hpp:575
std::vector< uint8_t > parse_command(const std::string &command)
Definition: rs_internal.hpp:585
void register_info(rs2_camera_info info, const std::string &val)
Definition: rs_internal.hpp:334
rs2_recording_mode
Definition: rs_internal.h:25
rs2_stream_profile * rs2_software_sensor_add_pose_stream_ex(rs2_sensor *sensor, rs2_pose_stream pose_stream, int is_default, rs2_error **error)
void rs2_software_sensor_add_option(rs2_sensor *sensor, rs2_option option, float min, float max, float step, float def, int is_writable, rs2_error **error)
void rs2_delete_device(rs2_device *device)
void rs2_delete_context(rs2_context *context)
Frees the relevant context object.
void on_video_frame(rs2_software_video_frame frame)
Definition: rs_internal.hpp:144
const char * rs2_get_fw_log_parsed_thread_name(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message thread name.
All the parameters required to define a video stream.
Definition: rs_internal.h:34
void set_metadata(rs2_frame_metadata_value value, rs2_metadata_type type)
Definition: rs_internal.hpp:180
const std::shared_ptr< rs2_firmware_log_parsed_message > get_message() const
Definition: rs_internal.hpp:476
All the parameters required to define a pose frame.
Definition: rs_internal.h:93
bool get_firmware_log(rs2::firmware_log_message &msg) const
Definition: rs_internal.hpp:518
const unsigned char * rs2_get_raw_data(const rs2_raw_data_buffer *buffer, rs2_error **error)
int rs2_fw_log_message_size(rs2_firmware_log_message *msg, rs2_error **error)
Gets RealSense firmware log message size.
Definition: rs_internal.hpp:74
software_device_destruction_callback(T on_destruction)
Definition: rs_internal.hpp:78
std::string thread_name() const
Definition: rs_internal.hpp:439
float min
Definition: rs_types.hpp:178
unsigned int rs2_get_fw_log_parsed_sequence_id(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message sequence id - cyclic number of FW log with [0...
std::string parse_response(const std::string &command, const std::vector< uint8_t > &response)
Definition: rs_internal.hpp:605
unsigned int rs2_fw_log_message_timestamp(rs2_firmware_log_message *msg, rs2_error **error)
Gets RealSense firmware log message timestamp.
Definition: rs_types.hpp:48
Definition: rs_context.hpp:11
Definition: rs_sensor.h:23
void on_motion_frame(rs2_software_motion_frame frame)
Definition: rs_internal.hpp:156
void rs2_delete_raw_data(const rs2_raw_data_buffer *buffer)
std::string get_severity_str() const
Definition: rs_internal.hpp:378
software_sensor add_sensor(std::string name)
Definition: rs_internal.hpp:290
software_device(std::function< void(rs2_device *)> deleter=&rs2_delete_device)
Definition: rs_internal.hpp:273
Definition: rs_internal.hpp:366
stream_profile add_motion_stream(rs2_motion_stream motion_stream, bool is_default=false)
Definition: rs_internal.hpp:112
Definition: rs_context.hpp:96
std::string severity() const
Definition: rs_internal.hpp:446
void set_read_only_option(rs2_option option, float val)
Definition: rs_internal.hpp:206
int rs2_get_raw_data_size(const rs2_raw_data_buffer *buffer, rs2_error **error)
rs2_log_severity get_severity() const
Definition: rs_internal.hpp:372
float max
Definition: rs_types.hpp:179
float step
Definition: rs_types.hpp:181
bool parse_log(const rs2::firmware_log_message &msg, const rs2::firmware_log_parsed_message &parsed_msg)
Definition: rs_internal.hpp:552
void rs2_delete_fw_log_parsed_message(rs2_firmware_log_parsed_message *fw_log_parsed_msg)
Deletes RealSense firmware log parsed message.
Definition: rs_internal.hpp:35
rs2_context * rs2_create_recording_context(int api_version, const char *filename, const char *section, rs2_recording_mode mode, rs2_error **error)
uint32_t timestamp() const
Definition: rs_internal.hpp:460
rs2::firmware_log_parsed_message create_parsed_message()
Definition: rs_internal.hpp:507
unsigned int rs2_get_fw_log_parsed_line(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message relevant line (in the file that is returned by rs2_get_fw_...
firmware_log_parsed_message(std::shared_ptr< rs2_firmware_log_parsed_message > msg)
Definition: rs_internal.hpp:422
Definition: rs_types.h:186
void rs2_software_sensor_detach(rs2_sensor *sensor, rs2_error **error)
rs2_stream_profile * rs2_software_sensor_add_video_stream_ex(rs2_sensor *sensor, rs2_video_stream video_stream, int is_default, rs2_error **error)
int rs2_get_flash_log(rs2_device *dev, rs2_firmware_log_message *fw_log_msg, rs2_error **error)
Gets RealSense flash log - this is a fw log that has been written in the device during the previous s...
unsigned int get_number_of_fw_logs() const
Definition: rs_internal.hpp:562
firmware_log_message(std::shared_ptr< rs2_firmware_log_message > msg)
Definition: rs_internal.hpp:369
rs2_time_t rs2_get_time(rs2_error **error)
std::shared_ptr< rs2_sensor > _sensor
Definition: rs_sensor.hpp:352
rs2_log_severity rs2_fw_log_message_severity(const rs2_firmware_log_message *msg, rs2_error **error)
Gets RealSense firmware log message severity.
Definition: rs_internal.hpp:482
Definition: rs_internal.hpp:14
std::shared_ptr< rs2_context > _context
Definition: rs_context.hpp:218
uint32_t sequence_id() const
Definition: rs_internal.hpp:468
All the parameters required to define a pose stream.
Definition: rs_internal.h:59
Definition: rs_internal.hpp:88
void rs2_delete_sensor(rs2_sensor *sensor)
Definition: rs_types.hpp:176
rs2_matchers
Specifies types of different matchers.
Definition: rs_types.h:223
rs2_raw_data_buffer * rs2_terminal_parse_response(rs2_terminal_parser *terminal_parser, const char *command, unsigned int size_of_command, const void *response, unsigned int size_of_response, rs2_error **error)
Parses terminal response via RealSense terminal parser.
Definition: rs_internal.hpp:572
int rs2_is_device_extendable_to(const rs2_device *device, rs2_extension extension, rs2_error **error)
bool get_flash_log(rs2::firmware_log_message &msg) const
Definition: rs_internal.hpp:530
const std::shared_ptr< rs2_device > & get() const
Definition: rs_device.hpp:116
void rs2_software_sensor_on_pose_frame(rs2_sensor *sensor, rs2_software_pose_frame frame, rs2_error **error)
std::shared_ptr< rs2_device > _dev
Definition: rs_device.hpp:146
rs2_device * rs2_create_software_device(rs2_error **error)
void rs2_software_sensor_add_read_only_option(rs2_sensor *sensor, rs2_option option, float val, rs2_error **error)
const char * rs2_get_fw_log_parsed_message(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message.
void create_matcher(rs2_matchers matcher)
Definition: rs_internal.hpp:358
All the parameters required to define a motion stream.
Definition: rs_internal.h:48
unsigned int rs2_get_fw_log_parsed_timestamp(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message timestamp.
rs2_stream_profile * rs2_software_sensor_add_motion_stream_ex(rs2_sensor *sensor, rs2_motion_stream motion_stream, int is_default, rs2_error **error)
void update_info(rs2_camera_info info, const std::string &val)
Definition: rs_internal.hpp:347
int size() const
Definition: rs_internal.hpp:390
Definition: rs_internal.hpp:260
rs2_raw_data_buffer * rs2_terminal_parse_command(rs2_terminal_parser *terminal_parser, const char *command, unsigned int size_of_command, rs2_error **error)
Parses terminal command via RealSense terminal parser.
static void handle(rs2_error *e)
Definition: rs_types.hpp:144
void release() override
Definition: rs_internal.hpp:85
rs2_sensor * rs2_software_device_add_sensor(rs2_device *dev, const char *sensor_name, rs2_error **error)
void rs2_software_sensor_update_read_only_option(rs2_sensor *sensor, rs2_option option, float val, rs2_error **error)
Definition: rs_internal.h:27
void rs2_software_sensor_on_notification(rs2_sensor *sensor, rs2_software_notification notif, rs2_error **error)
void on_notification(rs2_software_notification notif)
Definition: rs_internal.hpp:226
void add_to(context &ctx)
Definition: rs_internal.hpp:321
void rs2_software_device_create_matcher(rs2_device *dev, rs2_matchers matcher, rs2_error **error)
int rs2_is_sensor_extendable_to(const rs2_sensor *sensor, rs2_extension extension, rs2_error **error)
void rs2_delete_terminal_parser(rs2_terminal_parser *terminal_parser)
Deletes RealSense terminal parser.
int rs2_init_fw_log_parser(rs2_device *dev, const char *xml_content, rs2_error **error)
Initializes RealSense firmware logs parser in device.
All the parameters required to define a sensor notification.
Definition: rs_internal.h:115
long long rs2_metadata_type
Definition: rs_types.h:294
rs2_context * rs2_create_mock_context_versioned(int api_version, const char *filename, const char *section, const char *min_api_version, rs2_error **error)
void on_pose_frame(rs2_software_pose_frame frame)
Definition: rs_internal.hpp:168
float def
Definition: rs_types.hpp:180
void rs2_delete_fw_log_message(rs2_firmware_log_message *msg)
void detach()
Definition: rs_internal.hpp:237
void rs2_context_add_software_device(rs2_context *ctx, rs2_device *dev, rs2_error **error)
All the parameters required to define a motion frame.
Definition: rs_internal.h:82
struct rs2_device rs2_device
Definition: rs_types.h:250
void rs2_software_sensor_on_motion_frame(rs2_sensor *sensor, rs2_software_motion_frame frame, rs2_error **error)
software_device(std::string name)
Definition: rs_internal.hpp:279
void add_option(rs2_option option, const option_range &range, bool is_writable=true)
Definition: rs_internal.hpp:218
Definition: rs_types.h:209
rs2_log_severity rs2_get_fw_log_parsed_severity(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message severity.
bool init_parser(const std::string &xml_content)
Definition: rs_internal.hpp:542
void set_destruction_callback(T callback) const
Definition: rs_internal.hpp:306
rs2_firmware_log_message * rs2_create_fw_log_message(rs2_device *dev, rs2_error **error)
Creates RealSense firmware log message.
void add_read_only_option(rs2_option option, float val)
Definition: rs_internal.hpp:193
std::string file_name() const
Definition: rs_internal.hpp:432
void rs2_software_sensor_on_video_frame(rs2_sensor *sensor, rs2_software_video_frame frame, rs2_error **error)
All the parameters required to define a video frame.
Definition: rs_internal.h:69
const char * rs2_log_severity_to_string(rs2_log_severity info)
const char * rs2_get_fw_log_parsed_file_name(rs2_firmware_log_parsed_message *fw_log_parsed_msg, rs2_error **error)
Gets RealSense firmware log parsed message file name.
struct rs2_firmware_log_message rs2_firmware_log_message
Definition: rs_types.h:281
int rs2_parse_firmware_log(rs2_device *dev, rs2_firmware_log_message *fw_log_msg, rs2_firmware_log_parsed_message *parsed_msg, rs2_error **error)
Gets RealSense firmware log parser.
const unsigned char * rs2_fw_log_message_data(rs2_firmware_log_message *msg, rs2_error **error)
Gets RealSense firmware log message data.
struct rs2_error rs2_error
Definition: rs_types.h:251
rs2_firmware_log_parsed_message * rs2_create_fw_log_parsed_message(rs2_device *dev, rs2_error **error)
Creates RealSense firmware log parsed message.
void rs2_software_device_register_info(rs2_device *dev, rs2_camera_info info, const char *val, rs2_error **error)
rs2_log_severity
Severity of the librealsense logger.
Definition: rs_types.h:147
rs2_terminal_parser * rs2_create_terminal_parser(const char *xml_content, rs2_error **error)
Creates RealSense terminal parser.
Definition: rs_device.hpp:18
unsigned int rs2_get_number_of_fw_logs(rs2_device *dev, rs2_error **error)
Returns number of fw logs already polled from device but not by user yet.
int rs2_get_fw_log(rs2_device *dev, rs2_firmware_log_message *fw_log_msg, rs2_error **error)
Gets RealSense firmware log.
stream_profile add_video_stream(rs2_video_stream video_stream, bool is_default=false)
Definition: rs_internal.hpp:96
double get_time()
Definition: rs_internal.hpp:62
Definition: rs_internal.hpp:419
rs2_frame_metadata_value
Per-Frame-Metadata is the set of read-only properties that might be exposed for each individual frame...
Definition: rs_frame.h:29
mock_context(const std::string &filename, const std::string §ion="", const std::string &min_api_version="0.0.0")
Definition: rs_internal.hpp:43
std::string message() const
Definition: rs_internal.hpp:425
uint32_t get_timestamp() const
Definition: rs_internal.hpp:382
void rs2_software_device_update_info(rs2_device *dev, rs2_camera_info info, const char *val, rs2_error **error)
recording_context()=delete
void on_destruction() override
Definition: rs_internal.hpp:80