10#ifndef PROCESS_HANDLER_H
11#define PROCESS_HANDLER_H
49 bool launchVPX(
const std::string& vpxFile);
Interface for configuration services (forward declaration).
Definition iconfig_service.h:30
Manages launching and terminating VPX processes.
Definition process_handler.h:29
std::string shellEscape(const std::string &str)
Escapes a string for safe shell usage.
Definition process_handler.cpp:66
bool launchVPX(const std::string &vpxFile)
Launches a VPX process.
Definition process_handler.cpp:16
void terminateVPX()
Terminates the running VPX process.
Definition process_handler.cpp:49