mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-08 02:15: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
18 lines
449 B
XML
18 lines
449 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="formation_flight" dir="multi">
|
|
<doc>
|
|
<description>Formation flight control</description>
|
|
</doc>
|
|
<header>
|
|
<file name="formation.h"/>
|
|
</header>
|
|
<init fun="formation_init()"/>
|
|
<datalink message="FORMATION_STATUS" fun="ParseFormationStatus()"/>
|
|
<datalink message="FORMATION_SLOT" fun="ParseFormationSlot()"/>
|
|
<makefile>
|
|
<file name="formation.c"/>
|
|
</makefile>
|
|
</module>
|
|
|