MI - Fimex
CDMDataType.h
Go to the documentation of this file.
1 /*
2  * Fimex
3  *
4  * (C) Copyright 2008, met.no
5  *
6  * Project Info: https://wiki.met.no/fimex/start
7  *
8  * This library is free software; you can redistribute it and/or modify it
9  * under the terms of the GNU Lesser General Public License as published by
10  * the Free Software Foundation; either version 2.1 of the License, or
11  * (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16  * License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21  * USA.
22  */
23 
24 #ifndef CDMDATATYPE_H_
25 #define CDMDATATYPE_H_
26 #include <string>
27 
28 namespace MetNoFimex
29 {
30 
36  CDM_NAT = 0,
49 };
50 
54 
55 }
56 #endif /*CDMDATATYPE_H_*/
Definition: CDMDataType.h:38
basic_string< char > string
Definition: CDMDataType.h:40
std::string datatype2string(CDMDataType type)
Definition: CDMDataType.h:48
Definition: CDMDataType.h:36
Definition: CDMDataType.h:43
Definition: CDMDataType.h:44
Definition: C_CDMReader.h:35
Definition: CDMDataType.h:37
CDMDataType string2datatype(const std::string &s)
translate float/string/... to the appropriate CDMDataType
Definition: CDMDataType.h:47
Definition: CDMDataType.h:45
Definition: CDMDataType.h:41
Definition: CDMDataType.h:39
CDMDataType
Definition: CDMDataType.h:35
Definition: CDMDataType.h:42
Definition: CDMDataType.h:46