MPAS-JEDI
GetValues.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 UCAR
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  */
7 
8 #pragma once
9 
10 #include "mpasjedi/Fortran.h"
11 
12 namespace eckit {
13  class Configuration;
14 }
15 
16 namespace util {
17  class DateTime;
18 }
19 
20 namespace ufo {
21  class Locations;
22 }
23 
24 namespace mpas {
25 
26 extern "C" {
27 
29  const ufo::Locations &, const eckit::Configuration &);
30 
32 
34  const F90getvalues &, const F90geom &, const F90state &,
35  const util::DateTime &, const util::DateTime &,
36  const ufo::Locations &, const F90goms &);
37 
38 }; // extern "C"
39 
40 // -------------------------------------------------------------------------------------------------
41 
42 } // namespace mpas
43 
Definition: Fortran.h:17
void mpas_getvalues_delete_f90(F90getvalues &)
int F90state
Definition: Fortran.h:42
int F90goms
Definition: Fortran.h:40
void mpas_getvalues_fill_geovals_f90(const F90getvalues &, const F90geom &, const F90state &, const util::DateTime &, const util::DateTime &, const ufo::Locations &, const F90goms &)
int F90getvalues
Definition: Fortran.h:56
int F90geom
Definition: Fortran.h:32
void mpas_getvalues_create_f90(F90getvalues &, const F90geom &, const ufo::Locations &, const eckit::Configuration &)
Definition: GetValues.h:35
Definition: Fortran.h:24