mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +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
387 B
XML
17 lines
387 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="cartography">
|
|
<doc>
|
|
<description>Cartography sweeping pattern for navigation</description>
|
|
</doc>
|
|
<header>
|
|
<file name="cartography.h"/>
|
|
</header>
|
|
<init fun="init_carto()"/>
|
|
<periodic fun="periodic_downlink_carto()" freq="2." autorun="FALSE"/>
|
|
<makefile>
|
|
<file name="cartography.c"/>
|
|
</makefile>
|
|
</module>
|
|
|