14namespace uhd {
namespace features {
28 using sptr = std::shared_ptr<discoverable_feature>;
Definition discoverable_feature.hpp:26
feature_id_t
An enum of all features supported by the driver. When creating a new.
Definition discoverable_feature.hpp:32
@ REF_CLK_CALIBRATION
Definition discoverable_feature.hpp:37
@ RESERVED0
Definition discoverable_feature.hpp:33
@ ADC_SELF_CALIBRATION
Definition discoverable_feature.hpp:36
@ TRIG_IO_MODE
Definition discoverable_feature.hpp:38
@ FPGA_LOAD_NOTIFICATION
Definition discoverable_feature.hpp:35
@ RESERVED1
Definition discoverable_feature.hpp:34
@ GPIO_POWER
Definition discoverable_feature.hpp:39
@ SPI_GETTER_IFACE
Definition discoverable_feature.hpp:40
std::shared_ptr< discoverable_feature > sptr
Definition discoverable_feature.hpp:28
virtual ~discoverable_feature()=default
virtual std::string get_feature_name() const =0
Returns a human-readable string name of this feature.
#define UHD_API
Definition config.h:87
Definition build_info.hpp:12