#include "SubprocessManager.h"
◆ SubprocessManager()
SubprocessManager::SubprocessManager |
( |
Application * | _app | ) |
|
◆ ~SubprocessManager()
SubprocessManager::~SubprocessManager |
( |
| ) |
|
◆ ensureSubprocessRunning()
bool SubprocessManager::ensureSubprocessRunning |
( |
void | | ) |
|
◆ sendRequest()
bool SubprocessManager::sendRequest |
( |
const ot::JsonDocument & | _document, |
|
|
std::string & | _response ) |
Sends the request to the Subprocess. Will start the subprocess if needed.
◆ sendSingleRequest()
bool SubprocessManager::sendSingleRequest |
( |
const ot::JsonDocument & | _document, |
|
|
std::string & | _response ) |
Sends the request to the Subprocess. Will start the subprocess if needed. Will shutdown the subprocess after finished.
◆ setDataBaseInfo()
void SubprocessManager::setDataBaseInfo |
( |
const DataBaseInfo & | _info | ) |
|
◆ setFrontendUrl()
void SubprocessManager::setFrontendUrl |
( |
const std::string & | _url | ) |
|
◆ setModelUrl()
void SubprocessManager::setModelUrl |
( |
const std::string & | _url | ) |
|
◆ stopConnectionHandlingAfterCrash()
void SubprocessManager::stopConnectionHandlingAfterCrash |
( |
void | | ) |
|
Stops the connection handler.
The documentation for this class was generated from the following files: