9#ifndef TABLE_LAUNCHER_H
10#define TABLE_LAUNCHER_H
Interface for configuration services (forward declaration).
Definition iconfig_service.h:30
Interface for launching VPX tables.
Definition itable_launcher.h:21
Implements ITableLauncher for launching VPX tables.
Definition table_launcher.h:21
std::pair< int, float > launchTable(const TableData &table) override
Launches a VPX table.
Definition table_launcher.cpp:17
Defines the IConfigService interface for managing configuration in ASAPCabinetFE.
Defines the ITableLauncher interface for launching VPX tables.
Stores metadata and media paths for a VPX table.
Definition table_data.h:29