|
USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
|
|
Go to the documentation of this file.
13 namespace uhd {
namespace features {
23 using sptr = std::shared_ptr<ref_clk_calibration_iface>;
32 return "Ref Clk Calibration";
38 virtual void set_ref_clk_tuning_word(uint32_t tuning_word) = 0;
40 virtual uint32_t get_ref_clk_tuning_word() = 0;
42 virtual void store_ref_clk_tuning_word(uint32_t tuning_word) = 0;
std::string get_feature_name() const
Returns a human-readable string name of this feature.
Definition: ref_clk_calibration_iface.hpp:30
#define UHD_API
Definition: config.h:87
Definition: ref_clk_calibration_iface.hpp:20
feature_id_t
An enum of all features supported by the driver. When creating a new.
Definition: discoverable_feature.hpp:32
Definition: build_info.hpp:12
@ REF_CLK_CALIBRATION
Definition: discoverable_feature.hpp:37
Definition: discoverable_feature.hpp:25
std::shared_ptr< discoverable_feature > sptr
Definition: discoverable_feature.hpp:28
static discoverable_feature::feature_id_t get_feature_id()
Definition: ref_clk_calibration_iface.hpp:25