Files
paparazzi/conf/modules/rssi.xml
T
kirkscheper cc1d9dd010 [modules] RSSI info storage
Stores info received from RSSI message from other aircrafts for communication protocols that support it.

picked out of #1630
2016-04-26 11:47:19 +02:00

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>