Go to the source code of this file.
Namespaces | |
test-fw-updater | |
Functions | |
def | test-fw-updater.get_update_counter (device) |
def | test-fw-updater.reset_update_counter (device) |
def | test-fw-updater.send_hardware_monitor_command (device, command) |
Variables | |
test-fw-updater.acroname | |
test-fw-updater.bundled_fw_version = repo.pretty_fw_version( device.get_info( rs.camera_info.recommended_firmware_version ) ) | |
list | test-fw-updater.cmd = [fw_updater_exe, '-f', image_file] |
test-fw-updater.current_fw_version = repo.pretty_fw_version( device.get_info( rs.camera_info.firmware_version )) | |
test-fw-updater.device = devices.get( list( sn_list )[0] ) | |
test-fw-updater.fw_updater_exe = None | |
test-fw-updater.image_file = None | |
string | test-fw-updater.image_mask = '(^|/)' |
string | test-fw-updater.image_name = product_line[0:2]+"XX_FW_Image-" |
test-fw-updater.monitor_changes | |
test-fw-updater.product_line = device.get_info( rs.camera_info.product_line ) | |
test-fw-updater.sn_list = devices.all() | |
test-fw-updater.update_counter = get_update_counter( device ) | |