Module XML file: ins_xsens_MTi_Uart0.xml
No detailed description...
Example for airframe file
2 <load name="ins_xsens_MTi_Uart0.xml"/>
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.
- ins_periodic()
- Frequency in Hz: 60
- Autorun: LOCK
Periodic function automatically starts after init and can't be stopped.
Files
Header Files
The following headers are automatically included in modules.h
Source Files
Raw ins_xsens_MTi_Uart0.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="ins">
<doc>
<description>XSens MTi</description>
</doc>
<!-- <conflicts>ins</conflicts> -->
<header>
<file name="ins_module.h"/>
</header>
<init fun="ins_init()"/>
<periodic fun="ins_periodic()" freq="60"/>
<makefile>
<define name="USE_UART0" value="1"/>
<define name="INS_LINK" value="UART0"/>
<define name="UART0_BAUD" value="B115200"/>
<!-- calibrated, orientation, status -->
<define name="XSENS_OUTPUT_MODE" value="0x0806"/>
<!-- timestamp, euler, acc, rate, mag, float, no aux, NED -->
<define name="XSENS_OUTPUT_SETTINGS" value="0x80000C05"/>
<file name="ins_xsens.c"/>
</makefile>
</module>