LAL  7.5.0.1-b72065a
SWIGSharedVars.c
Go to the documentation of this file.
1 //
2 // Copyright (C) 2022 Karl Wette
3 //
4 // This program is free software; you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation; either version 2 of the License, or
7 // (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with with program; see the file COPYING. If not, write to the
16 // Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 // MA 02110-1301 USA
18 //
19 
20 ///
21 /// \defgroup SWIGSharedVars_c File SWIGSharedVars.c
22 /// \ingroup lal_swig
23 /// \brief Flag variables shared between the LAL SWIG wrappers
24 /// \author Karl Wette
25 ///
26 /// This file contains definitions of internal variables which are shared between the LAL SWIG wrappers.
27 /// For simple C variables (i.e. not scripting language objects) it is easier to share them as variables
28 /// in the LALSupport library, which is then dynamically linked to each SWIG wrapper library.
29 ///
30 /// @{
31 
32 ///
33 /// The \c swig_lal_do_redirect_stdouterr variable turns on standard output/error redirection for
34 /// all LAL libraries. The \c swig_lal_has_stdouterr_been_redirected variable indicates where
35 /// standard standard output/error redirection is currently in force. See <tt>SWIGCommon.i</tt> for
36 /// further information.
37 ///
40 
41 /// @}
int swig_lal_has_stdouterr_been_redirected
int swig_lal_do_redirect_stdouterr
The swig_lal_do_redirect_stdouterr variable turns on standard output/error redirection for all LAL li...