mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-12 10:19:11 +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
465 B
XML
17 lines
465 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="cam_segment" dir="cam_control">
|
|
<doc>
|
|
<description>Camera control to point a segment</description>
|
|
</doc>
|
|
<!--depend require="cam_point.xml"/-->
|
|
<header>
|
|
<file name="cam_segment.h"/>
|
|
</header>
|
|
<init fun="cam_segment_init()"/>
|
|
<periodic fun="cam_segment_periodic()" stop="cam_segment_stop()" freq="10." autorun="FALSE"/>
|
|
<makefile>
|
|
<file name="cam_segment.c"/>
|
|
</makefile>
|
|
</module>
|