#include "fw-update-device.h"
#include "../types.h"
#include "../context.h"
#include "../ds5/ds5-private.h"
#include <chrono>
#include <stdexcept>
#include <algorithm>
#include <thread>
Go to the source code of this file.
Namespaces | |
librealsense | |
Macros | |
#define | DEFAULT_TIMEOUT 100 |
#define | FW_UPDATE_INTERFACE_NUMBER 0 |
Functions | |
std::string | librealsense::get_formatted_fw_version (uint32_t fw_last_version) |
#define DEFAULT_TIMEOUT 100 |
Definition at line 14 of file fw-update-device.cpp.
#define FW_UPDATE_INTERFACE_NUMBER 0 |
Definition at line 15 of file fw-update-device.cpp.