![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
find position-dependent data for magnetic declination and magnetic inclination More...
Go to the source code of this file.
Classes | |
| struct | induction_values |
| struct containing magnetic induction data for a point More... | |
| struct | induction_model_area_t |
| struct containing magnetic induction data for a regional region More... | |
| class | earth_induction_model_t |
| Providing worldwide magnetic induction data. More... | |
Enumerations | |
| enum | { N_AREAS =8 , N_COEFFICIENTS =10 } |
Variables | |
| earth_induction_model_t | earth_induction_model |
| one singleton object of this type | |
find position-dependent data for magnetic declination and magnetic inclination
<Larus Flight Sensor Firmware>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file earth_induction_model.h.
| anonymous enum |
| Enumerator | |
|---|---|
| N_AREAS | |
| N_COEFFICIENTS | |
Definition at line 31 of file earth_induction_model.h.
|
extern |
one singleton object of this type
Definition at line 281 of file earth_induction_model.cpp.
Referenced by organizer_t::update_magnetic_induction_data().