IODA Bundle
TestOdaCAPI.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 #ifndef TEST_ODA_C_API_H
12 #define TEST_ODA_C_API_H
13 
14 namespace odc {
15 namespace tool {
16 namespace test {
17 
18 int test_odacapi(int argc, char *argv[]);
19 
20 int test_odacapi_setup_in_C(int argc, char *argv[]);
21 int test_odacapi_setup(int argc, char *argv[]);
22 int test_odacapi1(int argc, char *argv[]);
23 int test_odacapi2(int argc, char *argv[]);
24 int test_odacapi3(int argc, char *argv[]);
25 
26 } // namespace test
27 } // namespace tool
28 } // namespace odc
29 
30 #endif
int test_odacapi_setup(int argc, char *argv[])
Definition: TestOdaCAPI.cc:61
int test_odacapi3(int argc, char *argv[])
Definition: TestOdaCAPI.cc:197
int test_odacapi(int argc, char *argv[])
Definition: TestOdaCAPI.cc:242
int test_odacapi2(int argc, char *argv[])
Definition: TestOdaCAPI.cc:138
int test_odacapi_setup_in_C(int argc, char *argv[])
Definition: TestOdaCAPI.cc:30
int test_odacapi1(int argc, char *argv[])
Definition: TestOdaCAPI.cc:84
Definition: ColumnInfo.h:23