Files
paparazzi/conf/modules/gps_sim.xml
T
2016-06-15 21:22:09 +02:00

22 lines
641 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="gps_sim">
<doc>
<description>
Simulated GPS
For simple fixedwing OCaml simulator. Does not model any GPS inaccuracies/noise.
</description>
</doc>
<header>
<file name="gps.h" dir="subsystems"/>
</header>
<init fun="gps_sim_init()"/>
<!--periodic fun="gps_periodic_check()" freq="1." autorun="TRUE"/-->
<makefile target="sim">
<file name="gps.c" dir="subsystems"/>
<file name="gps_sim.c" dir="subsystems/gps"/>
<define name="USE_GPS"/>
<define name="GPS_TYPE_H" value="subsystems/gps/gps_sim.h" type="string"/>
</makefile>
</module>