10#ifndef VPINMDB_CLIENT_H
11#define VPINMDB_CLIENT_H
13#include "config/settings.h"
16#include "log/logging.h"
17#include <nlohmann/json.hpp>
23namespace fs = std::filesystem;
45 nlohmann::json mediaDb_;
52 std::string selectResolution()
const;
Definition vpinmdb_client.h:25
bool downloadMedia(std::vector< TableData > &tables)
Downloads media for a list of tables and updates their media paths.
Definition vpinmdb_client.cpp:87
Defines the LoadingProgress struct for tracking loading state in ASAPCabinetFE.
Tracks the loading progress state for ASAPCabinetFE.
Definition loading_progress.h:33
Defines the TableData struct for storing VPX table metadata and media paths.