mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
cc1d9dd010
Stores info received from RSSI message from other aircrafts for communication protocols that support it. picked out of #1630
20 lines
467 B
XML
20 lines
467 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()"/>
|
|
<makefile>
|
|
<file name="rssi.c"/>
|
|
</makefile>
|
|
</module>
|
|
|