Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
logger_utils module

Definitions and tools for logging with ChibiOS and Linux

No detailed description...

Example for airframe file

Add to your firmware section:

<module name="logger_utils"/>

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw logger_utils.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="logger_utils" dir="loggers" task="core">
<doc>
<description>
Definitions and tools for logging with ChibiOS and Linux
</description>
</doc>
<header>
<file name="logger_utils.h" />
</header>
<makefile>
<file name="logger_utils.c"/>
<test/>
</makefile>
</module>