Ardour  9.0-pre0-582-g084a23a80d
pbd/pbd/system_exec.h File Reference
#include <sys/types.h>
#include <sys/wait.h>
#include <string>
#include <pthread.h>
#include <signal.h>
#include <map>
#include "pbd/signals.h"
Include dependency graph for pbd/pbd/system_exec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PBD::SystemExec
 execute an external command More...
 

Namespaces

 PBD
 

Macros

#define STDIN_FILENO   0
 
#define STDOUT_FILENO   1
 
#define STDERR_FILENO   2
 

Macro Definition Documentation

◆ STDERR_FILENO

#define STDERR_FILENO   2

Definition at line 29 of file pbd/pbd/system_exec.h.

◆ STDIN_FILENO

#define STDIN_FILENO   0

Definition at line 23 of file pbd/pbd/system_exec.h.

◆ STDOUT_FILENO

#define STDOUT_FILENO   1

Definition at line 26 of file pbd/pbd/system_exec.h.