libs
UavDynamics
include
UavDynamics
math
wmm.hpp
Go to the documentation of this file.
1
/*
2
* This program is free software: you can redistribute it and/or modify
3
* it under the terms of the GNU General Public License as published by
4
* the Free Software Foundation, version 3.
5
*
6
* This program is distributed in the hope that it will be useful, but
7
* WITHOUT ANY WARRANTY; without even the implied warranty of
8
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9
* General Public License for more details.
10
*
11
* You should have received a copy of the GNU General Public License
12
* along with this program. If not, see <http://www.gnu.org/licenses/>.
13
*
14
* Author: Dmitry Ponomarev <ponomarevda96@gmail.com>
15
*/
16
17
#ifndef SRC_MATH_WMM_HPP
18
#define SRC_MATH_WMM_HPP
19
27
void
calculateMagneticFieldStrengthGauss
(
const
double
lat,
const
double
lon,
const
double
alt,
28
double
& mag_east_gauss,
double
& mag_north_gauss,
double
& mag_up_gauss);
29
30
#endif // SRC_MATH_WMM_HPP
calculateMagneticFieldStrengthGauss
void calculateMagneticFieldStrengthGauss(const double lat, const double lon, const double alt, double &mag_east_gauss, double &mag_north_gauss, double &mag_up_gauss)
Definition:
wmm.cpp:126
inno_vtol_dynamics
Author(s): Roman Fedorenko, Dmitry Ponomarev, Ezra Tal, Winter Guerra
autogenerated on Mon Dec 9 2024 03:13:35