mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
683037ad95
When using a different datalink buffer than dl_buffer, the callback functions from the modules must use the buffer address passed as a parameter, otherwise there is no guarentee that the correct buffer will be parsed. Co-authored-by: pprz <xp31@free.fr>
20 lines
470 B
XML
20 lines
470 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="rssi" dir="multi">
|
|
<doc>
|
|
<description>
|
|
RSSI info from other aircrafts.
|
|
Stores info received from RSSI message from other aircrafts for communication protocols that support it.
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="rssi.h"/>
|
|
</header>
|
|
<init fun="rssi_init()"/>
|
|
<datalink message="RSSI" fun="parse_rssi_dl(buf)"/>
|
|
<makefile>
|
|
<file name="rssi.c"/>
|
|
</makefile>
|
|
</module>
|
|
|