Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
geo_mag.h File Reference

Calculation of the Geomagnetic field vector from current location. More...

#include "std.h"
#include "math/pprz_algebra_double.h"
+ Include dependency graph for geo_mag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GeoMag
 

Functions

void geo_mag_init (void)
 
void geo_mag_periodic (void)
 
void geo_mag_event (void)
 

Variables

struct GeoMag geo_mag
 

Detailed Description

Calculation of the Geomagnetic field vector from current location.

This module is based on the WMM2015 model (http://www.ngdc.noaa.gov/geomag/WMM/DoDWMM.shtml).

Definition in file geo_mag.h.


Data Structure Documentation

struct GeoMag

Definition at line 35 of file geo_mag.h.

+ Collaboration diagram for GeoMag:
Data Fields
bool calc_once
bool ready
struct DoubleVect3 vect

Function Documentation

void geo_mag_init ( void  )

Definition at line 45 of file geo_mag.c.

References GeoMag::calc_once, geo_mag, and GeoMag::ready.

void geo_mag_periodic ( void  )

Definition at line 51 of file geo_mag.c.

References GeoMag::calc_once, geo_mag, GpsFixValid, kill_throttle, and GeoMag::ready.

Variable Documentation

struct GeoMag geo_mag

Definition at line 43 of file geo_mag.c.

Referenced by geo_mag_event(), geo_mag_init(), and geo_mag_periodic().