Interface for launching VPX tables. More...
#include <itable_launcher.h>
Public Member Functions | |
virtual std::pair< int, float > | launchTable (const TableData &table)=0 |
Launches a VPX table. | |
Interface for launching VPX tables.
Defines methods for executing VPX table processes.
|
pure virtual |
Launches a VPX table.
Constructs and executes a VPX command for the specified table.
table | The table data containing the VPX file path and metadata. |
Implemented in TableLauncher.