LAL  7.5.0.1-89842e6
File SWIGSharedVars.c

Detailed Description

Flag variables shared between the LAL SWIG wrappers.

Author
Karl Wette

This file contains definitions of internal variables which are shared between the LAL SWIG wrappers. For simple C variables (i.e. not scripting language objects) it is easier to share them as variables in the LALSupport library, which is then dynamically linked to each SWIG wrapper library.

Variables

int swig_lal_do_redirect_stdouterr = 0
 The swig_lal_do_redirect_stdouterr variable turns on standard output/error redirection for all LAL libraries. More...
 
int swig_lal_has_stdouterr_been_redirected = 0
 

Variable Documentation

◆ swig_lal_do_redirect_stdouterr

int swig_lal_do_redirect_stdouterr = 0

The swig_lal_do_redirect_stdouterr variable turns on standard output/error redirection for all LAL libraries.

The swig_lal_has_stdouterr_been_redirected variable indicates where standard standard output/error redirection is currently in force. See SWIGCommon.i for further information.

Definition at line 38 of file SWIGSharedVars.c.

◆ swig_lal_has_stdouterr_been_redirected

int swig_lal_has_stdouterr_been_redirected = 0

Definition at line 39 of file SWIGSharedVars.c.