IODA
Types.hpp
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2020-2021 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
/*! \addtogroup ioda_internals_engines_obsstore
8
*
9
* @{
10
* \file Types.hpp
11
* \brief Functions for ObsStore type markers
12
*/
13
#pragma once
14
#include <cstring>
15
#include <gsl/gsl-lite.hpp>
16
#include <memory>
17
#include <string>
18
#include <typeindex>
19
#include <typeinfo>
20
#include <vector>
21
22
namespace
ioda
{
23
namespace
ObsStore
{
24
/// \brief ObsStore data type markers
25
/// \ingroup ioda_internals_engines_obsstore
26
/// \details ObsStore data type markers are one-for-one with C++ POD types.
27
/// These are needed for translating the frontend structure that holds
28
/// POD types to an equivalent in ObsStore. These are primarily used
29
/// for constructing templated objects that hold data values.
30
enum class
ObsTypes
{
31
NOTYPE
,
32
33
BOOL
,
34
35
FLOAT
,
36
DOUBLE
,
37
LDOUBLE
,
38
39
SCHAR
,
40
SHORT
,
41
INT
,
42
LONG
,
43
LLONG
,
44
45
UCHAR
,
46
UINT
,
47
USHORT
,
48
ULONG
,
49
ULLONG
,
50
51
CHAR
,
52
WCHAR
,
53
CHAR16
,
54
CHAR32
,
55
56
STRING
57
};
58
}
// namespace ObsStore
59
}
// namespace ioda
60
61
/// @}
ioda::Engines::BackendNames::ObsStore
@ ObsStore
ObsStore in-memory.
ioda::ObsStore::ObsTypes
ObsTypes
ObsStore data type markers.
Definition:
Types.hpp:30
ioda::ObsStore::ObsTypes::CHAR
@ CHAR
ioda::ObsStore::ObsTypes::NOTYPE
@ NOTYPE
ioda::ObsStore::ObsTypes::ULONG
@ ULONG
ioda::ObsStore::ObsTypes::ULLONG
@ ULLONG
ioda::ObsStore::ObsTypes::UINT
@ UINT
ioda::ObsStore::ObsTypes::INT
@ INT
ioda::ObsStore::ObsTypes::UCHAR
@ UCHAR
ioda::ObsStore::ObsTypes::STRING
@ STRING
ioda::ObsStore::ObsTypes::LLONG
@ LLONG
ioda::ObsStore::ObsTypes::CHAR16
@ CHAR16
ioda::ObsStore::ObsTypes::SHORT
@ SHORT
ioda::ObsStore::ObsTypes::BOOL
@ BOOL
ioda::ObsStore::ObsTypes::LDOUBLE
@ LDOUBLE
ioda::ObsStore::ObsTypes::USHORT
@ USHORT
ioda::ObsStore::ObsTypes::SCHAR
@ SCHAR
ioda::ObsStore::ObsTypes::LONG
@ LONG
ioda::ObsStore::ObsTypes::WCHAR
@ WCHAR
ioda::ObsStore::ObsTypes::FLOAT
@ FLOAT
ioda::ObsStore::ObsTypes::CHAR32
@ CHAR32
ioda::ObsStore::ObsTypes::DOUBLE
@ DOUBLE
ioda
Definition:
FileFormat.cc:11
mpas-bundle
ioda
src
engines
ioda
src
ioda
Engines
ObsStore
Types.hpp
Generated on Wed Sep 8 2021 16:47:03 for IODA by
1.9.1