IODA Bundle
ODBAPIVersion.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 1996-2012 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation nor
8  * does it submit to any jurisdiction.
9  */
10 
11 ///
12 /// This file will be updated autmatically by the make.sms script
13 ///
14 
15 #include "odc_config.h"
16 #include "odc/ODBAPIVersion.h"
17 #include "odc/core/Header.h"
18 
19 namespace odc {
20 
21  const char *ODBAPIVersion::version() { return odc_VERSION_STR; }
22  const char *gitsha1() { return odc_GIT_SHA1; }
23 
26  const char *ODBAPIVersion::installPrefix() { return odc_INSTALL_PREFIX; }
27  const char *ODBAPIVersion::buildDirectory() { return odc_BINARY_DIR; }
28 
29 } // namespace odc
30 
static unsigned int formatVersionMinor()
static const char * version()
static const char * buildDirectory()
static const char * installPrefix()
static unsigned int formatVersionMajor()
const int32_t FORMAT_VERSION_NUMBER_MAJOR
Definition: Header.h:43
const int32_t FORMAT_VERSION_NUMBER_MINOR
Definition: Header.h:44
Definition: ColumnInfo.h:23
const char * gitsha1()