IODA Bundle
BufrTypes.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 NOAA/NWS/NCEP/EMC
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 <set>
11 #include <map>
12 #include <memory>
13 
14 #include "IngesterTypes.h"
15 
16 namespace Ingester
17 {
18  class Variable;
19 
20  typedef std::set<size_t> Channels;
22 } // namespace Ingester
std::set< size_t > Channels
Definition: BufrTypes.h:18
IngesterArrayMap BufrDataMap
Definition: BufrTypes.h:21
std::map< std::string, IngesterArray > IngesterArrayMap
Definition: IngesterTypes.h:20