Module XML file: ins_xsens.xml
No detailed description...
Example for airframe file
2 <load name="ins_xsens.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.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="ins">
<doc>
<description>XSens</description>
</doc>
<header>
<file name="ins_module.h"/>
</header>
<init fun="ins_init()"/>
<periodic fun="ins_periodic()" freq="60"/>
<makefile>
<file name="ins_xsens.c"/>
</makefile>
</module>