ASAPCabinetFE
 
Loading...
Searching...
No Matches
vpxtool_scanner.h
1#ifndef VPXTOOL_SCANNER_H
2#define VPXTOOL_SCANNER_H
3
4#include "table_data.h"
5#include "config/settings.h"
7#include <vector>
8#include <string>
9
11public:
12 static bool scanFiles(const Settings& settings, std::vector<TableData>& tables, LoadingProgress* progress);
13};
14
15#endif // VPXTOOL_SCANNER_H
Definition vpxtool_scanner.h:10
Defines the LoadingProgress struct for tracking loading state in ASAPCabinetFE.
Tracks the loading progress state for ASAPCabinetFE.
Definition loading_progress.h:33
Definition settings.h:12
Defines the TableData struct for storing VPX table metadata and media paths.