#include <fstream>
#include <unordered_map>
#include <algorithm>
#include <regex>
#include "json.hpp"
#include "versions-db-manager.h"
#include <types.h>
Go to the source code of this file.
Namespaces | |
rs2 | |
rs2::sw_update | |
Typedefs | |
using | rs2::sw_update::json = nlohmann::json |
Functions | |
bool | rs2::sw_update::from_string (const std::string &component_str, component_part_type &component_val) |
bool | rs2::sw_update::from_string (const std::string &policy_str, update_policy_type &policy_val) |
std::string | rs2::sw_update::to_string (const component_part_type &component) |
std::string | rs2::sw_update::to_string (const update_policy_type &policy) |
Variables | |
constexpr const char * | rs2::sw_update::PLATFORM |