IODA Bundle
ODBAPIVersion.h
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 namespace odc {
16 
18 public:
19  static const char *version();
20  static const char *gitsha1();
21  static unsigned int formatVersionMajor();
22  static unsigned int formatVersionMinor();
23 
24  static const char *installPrefix();
25  static const char *buildDirectory();
26 };
27 
28 } // namespace odc
29 
static unsigned int formatVersionMinor()
static const char * version()
static const char * gitsha1()
static const char * buildDirectory()
static const char * installPrefix()
static unsigned int formatVersionMajor()
Definition: ColumnInfo.h:23