#include "notifications.h"
Go to the source code of this file.
Classes | |
class | rs2::firmware_update_manager |
struct | rs2::fw_update_notification_model |
Namespaces | |
rs2 | |
Functions | |
std::map< int, std::vector< uint8_t > > | rs2::create_default_fw_table () |
std::string | rs2::get_available_firmware_version (int product_line) |
bool | rs2::is_recommended_fw_available (std::string id) |
bool | rs2::is_upgradeable (const std::string &curr, const std::string &available) |
std::vector< int > | rs2::parse_fw_version (const std::string &fw) |
int | rs2::parse_product_line (std::string id) |