#include <fw-update-factory.h>

Public Member Functions | |
| std::shared_ptr< device_interface > | create (std::shared_ptr< context > ctx, bool register_device_notifications) const override |
| fw_update_info (std::shared_ptr< context > ctx, platform::usb_device_info dfu) | |
| platform::backend_device_group | get_device_data () const override |
Public Member Functions inherited from librealsense::device_info | |
| virtual std::shared_ptr< device_interface > | create_device (bool register_device_notifications=false) const |
| virtual bool | operator== (const device_info &other) const |
| virtual | ~device_info ()=default |
Static Public Member Functions | |
| static std::vector< std::shared_ptr< device_info > > | pick_recovery_devices (std::shared_ptr< context > ctx, const std::vector< platform::usb_device_info > &usb_devices, int mask) |
Private Attributes | |
| platform::usb_device_info | _dfu |
| const char * | RECOVERY_MESSAGE = "Selected RealSense device is in recovery mode!\nEither perform a firmware update or reconnect the camera to fall-back to last working firmware if available!" |
Additional Inherited Members | |
Protected Member Functions inherited from librealsense::device_info | |
| device_info (std::shared_ptr< context > backend) | |
Protected Attributes inherited from librealsense::device_info | |
| std::shared_ptr< context > | _ctx |
Definition at line 12 of file fw-update-factory.h.
|
inlineexplicit |
Definition at line 20 of file fw-update-factory.h.
|
overridevirtual |
Implements librealsense::device_info.
Definition at line 119 of file fw-update-factory.cpp.
|
inlineoverridevirtual |
Implements librealsense::device_info.
Definition at line 23 of file fw-update-factory.h.
|
static |
Definition at line 104 of file fw-update-factory.cpp.
|
private |
Definition at line 26 of file fw-update-factory.h.
|
private |
Definition at line 27 of file fw-update-factory.h.