mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
bcaba7c720
modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file
17 lines
472 B
XML
17 lines
472 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="airborne_ant_track" dir="airborne_ant_track">
|
|
<doc>
|
|
<description>Airborne Antenna tracker</description>
|
|
</doc>
|
|
<header>
|
|
<file name="airborne_ant_track.h"/>
|
|
</header>
|
|
<init fun="airborne_ant_point_init()"/>
|
|
<periodic fun="airborne_ant_point_periodic()" freq="20."/>
|
|
<makefile>
|
|
<define name="USE_AIRBORNE_ANT_TRACKING" value="1"/>
|
|
<file name="airborne_ant_track.c"/>
|
|
</makefile>
|
|
</module>
|