diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-02 09:32:00 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-02 09:32:00 -0700 |
commit | 4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c (patch) | |
tree | a4a88f09a864e97dadddbfd4231e52eee77c1f02 /host/utils | |
parent | 0e3240ec5680fff7597d209b795dd0bc603f9919 (diff) | |
download | uhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.tar.gz uhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.tar.bz2 uhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.zip |
usrp: renamed ref_source to clock_source (terminology)
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/uhd_usrp_probe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/uhd_usrp_probe.cpp b/host/utils/uhd_usrp_probe.cpp index caf419719..cb6d78255 100644 --- a/host/utils/uhd_usrp_probe.cpp +++ b/host/utils/uhd_usrp_probe.cpp @@ -138,7 +138,7 @@ static std::string get_mboard_pp_string(property_tree::sptr tree, const property } ss << std::endl; ss << "Time sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "time_source" / "options").get()) << std::endl; - ss << "Ref sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "ref_source" / "options").get()) << std::endl; + ss << "Clock sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "clock_source" / "options").get()) << std::endl; ss << "Sensors: " << prop_names_to_pp_string(tree->list(path / "sensors")) << std::endl; BOOST_FOREACH(const std::string &name, tree->list(path / "rx_dsps")){ ss << make_border(get_dsp_pp_string("RX", tree, path / "rx_dsps" / name)); |