Files
paparazzi/conf/modules/formation_flight.xml
T
2009-07-24 13:48:46 +00:00

15 lines
353 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="multi">
<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>