LAL  7.5.0.1-08ee4f4
LALVCSInfo.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 _LALVCSINFO_H
22 #define _LALVCSINFO_H
23 
24 #include <lal/LALVCSInfoType.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 /**
31  * \defgroup LALVCSInfo_h Header LALVCSInfo.h
32  * \ingroup lal_general
33  * \brief VCS and build information for LAL
34  */
35 /*@{*/
36 
37 /** VCS and build information for LAL */
38 extern const LALVCSInfo lalVCSInfo;
39 
40 /** Identable VCS and build information for LAL */
41 extern const LALVCSInfo lalVCSIdentInfo;
42 
43 /** <tt>NULL</tt>-terminated list of VCS and build information for LAL and its dependencies */
44 extern const LALVCSInfoList lalVCSInfoList;
45 
46 /*@}*/
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /* _LALVCSINFO_H */
const LALVCSInfo lalVCSIdentInfo
Identable VCS and build information for LAL.
const LALVCSInfo lalVCSInfo
VCS and build information for LAL.
const LALVCSInfoList lalVCSInfoList
NULL-terminated list of VCS and build information for LAL and its dependencies
const LALVCSInfo *const LALVCSInfoList[16]
NULL-terminated list of VCS and build information structures
VCS and build information structure.