mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 03:43:26 +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
20 lines
530 B
XML
20 lines
530 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="cartography">
|
|
<doc>
|
|
<description>Photogrammetry navigation functions</description>
|
|
</doc>
|
|
<header>
|
|
<file name="photogrammetry_calculator.h"/>
|
|
</header>
|
|
<init fun="init_photogrammetry_calculator()"/>
|
|
<!--
|
|
<periodic fun="periodic_1Hz_demo()" freq="1." start="start_demo()" stop="stop_demo()" autorun="TRUE"/>
|
|
-->
|
|
<makefile>
|
|
<define name="photogrammetry_calculator_LED" value="2"/>
|
|
<file name="photogrammetry_calculator.c"/>
|
|
</makefile>
|
|
</module>
|
|
|