LALPulsar  6.1.0.1-89842e6
LALPulsarVCSInfo.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 _LALPULSARVCSINFO_H
22 #define _LALPULSARVCSINFO_H
23 
24 #include <lal/LALVCSInfoType.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 /**
31  * \defgroup LALPulsarVCSInfo_h Header LALPulsarVCSInfo.h
32  * \ingroup lalpulsar_general
33  * \brief VCS and build information for LALPulsar
34  */
35 /*@{*/
36 
37 /** VCS and build information for LALPulsar */
38 extern const LALVCSInfo lalPulsarVCSInfo;
39 
40 /** Identable VCS and build information for LALPulsar */
42 
43 /** <tt>NULL</tt>-terminated list of VCS and build information for LALPulsar and its dependencies */
45 
46 /*@}*/
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /* _LALPULSARVCSINFO_H */
const LALVCSInfo lalPulsarVCSIdentInfo
Identable VCS and build information for LALPulsar.
const LALVCSInfo lalPulsarVCSInfo
VCS and build information for LALPulsar.
const LALVCSInfoList lalPulsarVCSInfoList
NULL-terminated list of VCS and build information for LALPulsar and its dependencies
const LALVCSInfo *const LALVCSInfoList[16]