Files
paparazzi/conf/modules/state_interface.xml
2021-07-27 13:34:23 +02:00

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>