radarlib 1.4.6
odimh5v20.hpp
Go to the documentation of this file.
1/*
2 * Radar Library
3 *
4 * Copyright (C) 2009-2010 ARPA-SIM <urpsim@smr.arpa.emr.it>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 *
20 * Author: Guido Billi <guidobilli@gmail.com>
21 */
22
26
27#ifndef __RADAR_ODIMH5V20_HPP__
28#define __RADAR_ODIMH5V20_HPP__
29
30/*===========================================================================*/
31
32#include <radarlib/odimh5v20_const.hpp> /* constants */
33#include <radarlib/odimh5v20_exceptions.hpp> /* exceptions */
34#include <radarlib/odimh5v20_classes.hpp> /* main odim classes */
35#include <radarlib/odimh5v20_support.hpp> /* helpful classes */
36#include <radarlib/odimh5v20_dump.hpp> /* odim h5 v20 dumper */
37#include <radarlib/odimh5v20_factory.hpp> /* odim h5 v20 factory class */
38#include <radarlib/odimh5v20_utils.hpp> /* odim h5 v20 utilities */
39
40/*===========================================================================*/
41
42
46namespace OdimH5v20 {}
47
48#endif
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Namespace related to ODIMH5 version 2.0.
Definition odimh5v20.hpp:46
Main library classes (generic objects, polar volumes etc.)
Constants and values used by OdimH5 library.
OdimH5 classes to create OdimH5 objects dumps.
OdimH5 exceptions.
OdimH5 factory classes.
Classes and struct used by main OdimH5 classes.
odimh5v20 utilities