|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Utilitaires pour les interactions entre l'application tympan et des sous-processus python. More...
#include <QFile>#include <QCoreApplication>#include <QProcess>#include <QDir>#include "Tympan/core/defines.h"#include "Tympan/core/chrono.h"#include "Tympan/core/logging.h"#include "Tympan/core/exceptions.h"#include "subprocess_util.h"
Go to the source code of this file.
Macros | |
| #define | TYMPAN_REL_CYTHON_PATH "cython" |
| #define | COMPUTATION_TIMEOUT 10000 |
Functions | |
| QStringList | _python_qprocess_environment () |
| QString | _get_python_interp () |
| std::string | _read_environment_variables (QStringList env) |
| bool | must_keep_tmp_files () |
| bool | init_tmp_file (QTemporaryFile &tmp_file, bool keep_file) |
| bool | python (QStringList args, std::string &error_msg) |
Utilitaires pour les interactions entre l'application tympan et des sous-processus python.
Definition in file subprocess_util.cpp.
| #define COMPUTATION_TIMEOUT 10000 |
Definition at line 39 of file subprocess_util.cpp.
| #define TYMPAN_REL_CYTHON_PATH "cython" |
Definition at line 36 of file subprocess_util.cpp.
| QString _get_python_interp | ( | ) |
| QStringList _python_qprocess_environment | ( | ) |
| std::string _read_environment_variables | ( | QStringList | env | ) |
| bool init_tmp_file | ( | QTemporaryFile & | tmp_file, |
| bool | keep_file | ||
| ) |
| bool must_keep_tmp_files | ( | ) |
| bool python | ( | QStringList | args, |
| std::string & | error_msg | ||
| ) |
Definition at line 179 of file subprocess_util.cpp.

