radarlib  1.4.6
odimh5v21.hpp
Go to the documentation of this file.
1 /*
2  * Radar Library
3  *
4  * Copyright (C) 2109-2110 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 
27 #ifndef __RADAR_ODIMH5V21_HPP__
28 #define __RADAR_ODIMH5V21_HPP__
29 
30 /*===========================================================================*/
31 
32 #include <radarlib/odimh5v21_const.hpp> /* constants */
33 #include <radarlib/odimh5v21_exceptions.hpp> /* exceptions */
34 #include <radarlib/odimh5v21_classes.hpp> /* main odim classes */
35 #include <radarlib/odimh5v21_support.hpp> /* helpful classes */
36 #include <radarlib/odimh5v21_dump.hpp> /* odim h5 v21 dumper */
37 #include <radarlib/odimh5v21_factory.hpp> /* odim h5 v21 factory class */
38 #include <radarlib/odimh5v21_utils.hpp> /* odim h5 v21 utilities */
39 
40 /*===========================================================================*/
41 
42 
46 namespace OdimH5v21 {}
47 
48 #endif
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
OdimH5 factory classes.
odimh5v21 utilities
OdimH5 classes to create OdimH5 objects dumps.
Classes and struct used by main OdimH5 classes.
Main library classes (generic objects, polar volumes etc.)
OdimH5 exceptions.
Constants and values used by OdimH5 library.