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
Gas Engine Idle

Module XML file: gas_engine_idle.xml

No detailed description...

Example for airframe file

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

Module functions

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

<!DOCTYPE module SYSTEM "module.dtd">
<module name="gas_engine">
<doc>
<description>Gas Engine Idle</description>
</doc>
<settings>
<dl_settings>
<dl_settings NAME="engine">
<dl_setting MAX="9600" MIN="-9600" STEP="1" VAR="gas_engine_idle_trim_left" shortname="left" module="modules/gas_engine/gas_engine_idle_trim" />
<dl_setting MAX="9600" MIN="-9600" STEP="1" VAR="gas_engine_idle_trim_right" shortname="right"/>
</dl_settings>
</dl_settings>
</settings>
<header>
<file name="gas_engine_idle_trim.h"/>
</header>
<periodic fun="periodic_gas_engine_idle_trim()" freq="10." autorun="TRUE"/>
<makefile>
<raw>
</raw>
<file name="gas_engine_idle_trim.c"/>
</makefile>
</module>