Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
telemetry_sim module

Telemetry using IVY for basic FW simulator

only a copy of telemetry ivy limited to sim target for now

Example for airframe file

Add to your firmware section:

<module name="telemetry_sim"/>

Module functions

Init Functions

These initialization functions are called once on startup.

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw telemetry_sim.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="telemetry_sim" dir="datalink" task="datalink">
<doc>
<description>
Telemetry using IVY for basic FW simulator
only a copy of telemetry ivy limited to sim target for now
</description>
</doc>
<dep>
<depends>datalink_common</depends>
<provides>datalink,telemetry</provides>
</dep>
<header>
<file name="ivy_dl.h"/>
</header>
<init fun="ivy_dl_init()"/>
<makefile target="sim">
<define name="DOWNLINK_DEVICE" value="ivy_tp"/>
<define name="DOWNLINK_TRANSPORT" value="ivy_tp"/>
<file name="ivy_dl.c"/>
<file name="ivy_transport.c" dir="pprzlink/src"/>
<test/>
</makefile>
</module>