Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALAppsVCSInfo.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 _LALAPPSVCSINFO_H
22#define _LALAPPSVCSINFO_H
23
24#include <lal/LALVCSInfoType.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/**
31 * \defgroup LALAppsVCSInfo_h Header LALAppsVCSInfo.h
32 * \ingroup lalapps_general
33 * \brief VCS and build information for LALApps
34 */
35/*@{*/
36
37/** VCS and build information for LALApps */
38extern const LALVCSInfo lalAppsVCSInfo;
39
40/** Identable VCS and build information for LALApps */
42
43/** <tt>NULL</tt>-terminated list of VCS and build information for LALApps and its dependencies */
45
46/*@}*/
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _LALAPPSVCSINFO_H */
const LALVCSInfoList lalAppsVCSInfoList
NULL-terminated list of VCS and build information for LALApps and its dependencies
const LALVCSInfo lalAppsVCSIdentInfo
Identable VCS and build information for LALApps.
const LALVCSInfo lalAppsVCSInfo
VCS and build information for LALApps.
const LALVCSInfo *const LALVCSInfoList[16]