Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
geo_mag.c File Reference

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

+ Include dependency graph for geo_mag.c:

Go to the source code of this file.

Macros

#define GEO_MAG_SENDER_ID   1
 

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 world magnetic model from (http://www.ngdc.noaa.gov/geomag/WMM/DoDWMM.shtml).

Definition in file geo_mag.c.

Macro Definition Documentation

◆ GEO_MAG_SENDER_ID

#define GEO_MAG_SENDER_ID   1

Definition at line 40 of file geo_mag.c.

Function Documentation

◆ geo_mag_event()

◆ geo_mag_init()

void geo_mag_init ( void  )

Definition at line 45 of file geo_mag.c.

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

◆ geo_mag_periodic()

void geo_mag_periodic ( void  )

Definition at line 51 of file geo_mag.c.

References autopilot_throttle_killed(), GeoMag::calc_once, geo_mag, GpsFixValid, and GeoMag::ready.

+ Here is the call graph for this function:

Variable Documentation

◆ geo_mag

struct GeoMag geo_mag

Definition at line 1 of file geo_mag.c.

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