diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_device_args.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_device_args.hpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/host/lib/usrp/x300/x300_device_args.hpp b/host/lib/usrp/x300/x300_device_args.hpp index 3a620f7de..4b8696ac2 100644 --- a/host/lib/usrp/x300/x300_device_args.hpp +++ b/host/lib/usrp/x300/x300_device_args.hpp @@ -154,29 +154,29 @@ public: + _master_clock_rate.to_string() + ", " + _dboard_clock_rate.to_string() + ", " + (_system_ref_rate.get() != DEFAULT_SYSREF_RATE - ? (_system_ref_rate.to_string() + ", ") - : "") + ? (_system_ref_rate.to_string() + ", ") + : "") + (_time_source.get() != DEFAULT_TIME_SOURCE - ? (_time_source.to_string() + ", ") - : "") + ? (_time_source.to_string() + ", ") + : "") + (_clock_source.get() != DEFAULT_CLOCK_SOURCE - ? (_clock_source.to_string() + ", ") - : "") + ? (_clock_source.to_string() + ", ") + : "") + (_resource.get().empty() ? "" : (_resource.to_string() + ", ")) + (_self_cal_adc_delay.get() ? (_self_cal_adc_delay.to_string() + ", ") : "") + (_ext_adc_self_test.get() ? (_ext_adc_self_test.to_string() + ", ") : "") + (_ext_adc_self_test.get() - && (_ext_adc_self_test_duration.get() - != DEFAULT_EXT_ADC_SELF_TEST_DURATION) - ? (_ext_adc_self_test.to_string() + ", ") - : "") + && (_ext_adc_self_test_duration.get() + != DEFAULT_EXT_ADC_SELF_TEST_DURATION) + ? (_ext_adc_self_test.to_string() + ", ") + : "") + (_recover_mb_eeprom.get() ? (_recover_mb_eeprom.to_string() + ", ") : "") + (_ignore_cal_file.get() ? (_ignore_cal_file.to_string() + ", ") : "") + ((!_resource.get().empty() && _niusrprio_rpc_port.get() != NIUSRPRIO_DEFAULT_RPC_PORT) - ? (_niusrprio_rpc_port.to_string() + ", ") - : "") + ? (_niusrprio_rpc_port.to_string() + ", ") + : "") + (_has_fw_file.get() ? _fw_file.to_string() + ", " : "") + (_enable_tx_dual_eth.get() ? (_enable_tx_dual_eth.to_string() + ", ") : "") |