Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Battery voltage reading for ARDrone2

Module XML file: bat_voltage_ardrone2.xml

No detailed description...

Example for airframe file

1 <modules>
2  <load name="bat_voltage_ardrone2.xml"/>
3 </modules>

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 bat_voltage_ardrone2.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="bat_voltage_ardrone2" dir="sensors">
<doc>
<description>Battery voltage reading for ARDrone2</description>
</doc>
<header>
<file name="bat_voltage_ardrone2.h"/>
</header>
<init fun="bat_voltage_ardrone2_init()"/>
<periodic fun="bat_voltage_ardrone2_periodic()" freq="10"/>
<makefile target="ap">
<file name="bat_voltage_ardrone2.c"/>
</makefile>
</module>