bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

Remove unneeded parameter from rx_path.get_threshold. #96

Closed kpreid closed 7 years ago

kpreid commented 7 years ago

The threshold parameter of rx_path.get_threshold is unused and looks like it's just an accident from imitating the setter.

This change removes it. It could instead be made optional for compatibility with callers written against the current code.

bistromath commented 7 years ago

Thanks!