From 9e5fb0c49f7911e0e9f6e9390e81d9465304cfeb Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 14 Dec 2017 16:20:58 -0800 Subject: mg: Add 'identify' block arg, will toggle LEDs for identification --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index b706c565b..33c147f53 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -205,9 +205,16 @@ private: const size_t chan, const uhd::direction_t dir ); + /************************************************************************** * CPLD Controls (implemented in magnesium_radio_ctrl_cpld.cpp) *************************************************************************/ + //! Blink the front-panel LEDs for \p identify_duration, then reset CPLD + // and resume normal operation. + void _identify_with_leds( + const int identify_duration + ); + void _update_rx_freq_switches( const double freq, const bool bypass_lnas, -- cgit v1.2.3