Function rs2_parse_firmware_log
Defined in File rs_internal.h
Function Documentation
-
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.
- Parameters:
dev – [in] Device from which the FW log will be taken
fw_log_msg – [in] firmware log message to be parsed
parsed_msg – [in] firmware log parsed message - place holder for the resulting parsed message
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored.
- Returns:
true for success, false for failure - failure happens if message could not be parsed