Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Functions
subprocess_util.h File Reference

Utilitaires pour les interactions entre l'application tympan et des sous- processus python. More...

#include <qstring.h>
#include <QTemporaryFile>
Include dependency graph for subprocess_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool python (QStringList args, std::string &error_msg)
 
bool must_keep_tmp_files ()
 
bool init_tmp_file (QTemporaryFile &tmp_file, bool keep_file=false)
 

Detailed Description

Utilitaires pour les interactions entre l'application tympan et des sous- processus python.

Definition in file subprocess_util.h.

Function Documentation

◆ init_tmp_file()

bool init_tmp_file ( QTemporaryFile &  tmp_file,
bool  keep_file = false 
)

Definition at line 166 of file subprocess_util.cpp.

Here is the caller graph for this function:

◆ must_keep_tmp_files()

bool must_keep_tmp_files ( )

Definition at line 151 of file subprocess_util.cpp.

Here is the caller graph for this function:

◆ python()

bool python ( QStringList  args,
std::string &  error_msg 
)

Definition at line 179 of file subprocess_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: