Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
telemetry_transparent_gec module

Galois Embedded Crypto over transparent datalink

No detailed description...

Example for airframe file

Add to your firmware section:

<module name="telemetry_transparent_gec"/>

Auto-loaded modules

The following modules are automatically loaded (just as if you had added them in the airframe file)

Module functions

Init Functions

These initialization functions are called once on startup.

Event Functions

These event functions are called in each cycle of the module event loop.

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw telemetry_transparent_gec.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="telemetry_transparent_gec" dir="datalink" task="datalink">
<doc>
<description>
Galois Embedded Crypto over transparent datalink
</description>
</doc>
<autoload name="telemetry" type="secure_common"/>
<autoload name="rng"/>
<autoload name="haclc"/>
<header>
<file name="gec_dl.h"/>
</header>
<init fun="gec_dl_init()"/>
<event fun="gec_dl_event()"/>
<makefile target="!fbw|sim">
<define name="DOWNLINK_TRANSPORT" value="gec_tp"/>
<file name="gec_dl.c"/>
<file name="gec.c" dir="modules/datalink/gec"/>
</makefile>
</module>