radarlib 1.4.6
radar.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
27#ifndef __RADARLIB_RADAR_HPP__
28#define __RADARLIB_RADAR_HPP__
29
30/*===========================================================================*/
31
32#include <radarlib/lib.hpp> /* library informations */
33
34#include <radarlib/byteorder.h> /* byte order utilities */
35#include <radarlib/base64.hpp> /* base 64 utilities */
36#include <radarlib/formula.hpp> /* physics formulas */
37#include <radarlib/io.hpp> /* filesystem utilities for */
38#include <radarlib/math.hpp> /* math utilities */
39#include <radarlib/string.hpp> /* string utilities */
40#include <radarlib/time.hpp> /* time utilities */
41
42#include <radarlib/odimh5v20.hpp> /* odimh5 v2.0 */
43#include <radarlib/odimh5v21.hpp> /* odimh5 v2.1 */
44
45#include <radarlib/odimh5v20_arpav10.hpp> /* Arpa ER v1.0 extensions for OdimH5 */
46#include <radarlib/odimh5v21_arpav10.hpp> /* Arpa ER v1.0 extensions for OdimH5 */
47
48
49/*===========================================================================*/
50
51#endif
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Classes to encoded and decode base64 strings.
Internal macro definitions about system byteorder detection.
Functions and classes that implement Physics formulas.
Functions and classes to manage files and directories.
Functions and classes to handle library informations.
Macros, functions and constants about mathematic values.
Main header file for OdimH5 part of the library.
Main header file for ArpaER extensions.
Main header file for OdimH5 part of the library.
Main header file for ArpaER extensions.
Functions for string manipulation and conversion.
Functions about times and dates.