13namespace uhd { 
namespace features {
 
   27    using sptr = std::shared_ptr<discoverable_feature>;
 
Definition: discoverable_feature.hpp:25
 
feature_id_t
An enum of all features supported by the driver. When creating a new.
Definition: discoverable_feature.hpp:31
 
@ REF_CLK_CALIBRATION
Definition: discoverable_feature.hpp:36
 
@ RESERVED0
Definition: discoverable_feature.hpp:32
 
@ ADC_SELF_CALIBRATION
Definition: discoverable_feature.hpp:35
 
@ TRIG_IO_MODE
Definition: discoverable_feature.hpp:37
 
@ FPGA_LOAD_NOTIFICATION
Definition: discoverable_feature.hpp:34
 
@ RESERVED1
Definition: discoverable_feature.hpp:33
 
std::shared_ptr< discoverable_feature > sptr
Definition: discoverable_feature.hpp:27
 
virtual ~discoverable_feature()=default
 
virtual std::string get_feature_name() const =0
Returns a human-readable string name of this feature.
 
Definition: build_info.hpp:12