Module XML file: cartography.xml
No detailed description...
Example for airframe file
2 <load name="cartography.xml"/>
Module functions
Init Functions
These initialization functions are called once on startup.
Periodic Functions
These functions are called periodically at the specified frequency from the module periodic loop.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw cartography.xml file:
<!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>