Implements ITableLauncher for launching VPX tables. More...
#include <table_launcher.h>
Public Member Functions | |
TableLauncher (IConfigService *configService) | |
Constructs a TableLauncher instance. | |
std::pair< int, float > | launchTable (const TableData &table) override |
Launches a VPX table. | |
Implements ITableLauncher for launching VPX tables.
Constructs and executes VPX commands, integrating with configuration settings.
|
explicit |
Constructs a TableLauncher instance.
configService | The configuration service for settings. |
|
overridevirtual |
Launches a VPX table.
table | The table data containing the VPX file path and metadata. |
Implements ITableLauncher.