Module XML file: heli_swashplate_mixing.xml
No detailed description...
Example for airframe file
2 <load name="heli_swashplate_mixing.xml"/>
Module functions
Init Functions
These initialization functions are called once on startup.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw heli_swashplate_mixing.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="swashplate_mixing" dir="helicopter">
<doc>
<description>Helicopter Swashplate Mixing</description>
</doc>
<depends>heli_throttle_curve.xml</depends>
<header>
<file name="swashplate_mixing.h"/>
</header>
<init fun="swashplate_mixing_init()"/>
<makefile>
<file name="swashplate_mixing.c"/>
<define name="ROTORCRAFT_IS_HELI" value="TRUE"/>
</makefile>
</module>