ASAPCabinetFE
 
Loading...
Searching...
No Matches
ITableLauncher Class Referenceabstract

Interface for launching VPX tables. More...

#include <itable_launcher.h>

+ Inheritance diagram for ITableLauncher:
+ Collaboration diagram for ITableLauncher:

Public Member Functions

virtual std::pair< int, float > launchTable (const TableData &table)=0
 Launches a VPX table.
 

Detailed Description

Interface for launching VPX tables.

Defines methods for executing VPX table processes.

Member Function Documentation

◆ launchTable()

virtual std::pair< int, float > ITableLauncher::launchTable ( const TableData table)
pure virtual

Launches a VPX table.

Constructs and executes a VPX command for the specified table.

Parameters
tableThe table data containing the VPX file path and metadata.
Returns
A pair containing the exit code (0 for success) and formatted playtime (H:M:S).

Implemented in TableLauncher.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: