mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
26 lines
508 B
XML
26 lines
508 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="state_interface" dir="core" task="core">
|
|
<doc>
|
|
<description>
|
|
State Interface
|
|
|
|
Contains the state vector and all the necessary convertion functions
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>math</depends>
|
|
<provides>state</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="state.h" dir="."/>
|
|
</header>
|
|
<init fun="stateInit()"/>
|
|
<makefile target="!fbw">
|
|
<file name="state.c" dir="."/>
|
|
<test/>
|
|
</makefile>
|
|
</module>
|
|
|
|
|