LALSimulation  5.4.0.1-fe68b98
LALSimulationVCSInfo.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014, 2016 Karl Wette
3  * Copyright (C) 2009-2013 Adam Mercer
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or (at
8  * your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with with program; see the file COPYING. If not, write to the
17  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18  * MA 02110-1301 USA
19  */
20 
21 #ifndef _LALSIMULATIONVCSINFO_H
22 #define _LALSIMULATIONVCSINFO_H
23 
24 #include <lal/LALVCSInfoType.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 /**
31  * \defgroup LALSimulationVCSInfo_h Header LALSimulationVCSInfo.h
32  * \ingroup lalsimulation_general
33  * \brief VCS and build information for LALSimulation
34  */
35 /*@{*/
36 
37 /** VCS and build information for LALSimulation */
38 extern const LALVCSInfo lalSimulationVCSInfo;
39 
40 /** Identable VCS and build information for LALSimulation */
42 
43 /** <tt>NULL</tt>-terminated list of VCS and build information for LALSimulation and its dependencies */
45 
46 /*@}*/
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /* _LALSIMULATIONVCSINFO_H */
const LALVCSInfo lalSimulationVCSIdentInfo
Identable VCS and build information for LALSimulation.
const LALVCSInfo lalSimulationVCSInfo
VCS and build information for LALSimulation.
const LALVCSInfoList lalSimulationVCSInfoList
NULL-terminated list of VCS and build information for LALSimulation and its dependencies
const LALVCSInfo *const LALVCSInfoList[16]