17#include "config/settings.h"
22namespace fs = std::filesystem;
50 const std::vector<TableData>* existingTables =
nullptr);
52 static const std::vector<std::string> MANUFACTURERS_LOWERCASE;
Scans VPX table files and constructs TableData objects.
Definition file_scanner.h:33
static std::vector< TableData > scan(const Settings &settings, LoadingProgress *progress=nullptr, const std::vector< TableData > *existingTables=nullptr)
Scans the VPX tables directory and returns a list of tables.
Definition file_scanner.cpp:29
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.