Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
geo_mag.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="geo_mag" dir="geo_mag">
  <doc>
    <description>
      Geo Mag modell
      by Sergey Kruskowski
    </description>
  </doc>
  <header>
    <file name="geo_mag.h"/>
  </header>
  <init fun="geo_mag_init()"/>
  <periodic fun="geo_mag_periodic()" freq="1"/>
  <event fun="geo_mag_event()"/><!---->
  <makefile>
    <file name="geo_mag.c"/>
    <define name="USE_GEO_MAG"/>
    <file name="pprz_geodetic_wmm2010.c" dir="math"/>
  </makefile>
</module>
back to top