11 namespace uhd {
namespace features {
19 using sptr = std::shared_ptr<internal_sync_iface>;
28 return "Internal Sync";
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
@ INTERNAL_SYNC
Definition: discoverable_feature.hpp:41
std::shared_ptr< discoverable_feature > sptr
Definition: discoverable_feature.hpp:28
Definition: internal_sync_iface.hpp:17
static discoverable_feature::feature_id_t get_feature_id()
Definition: internal_sync_iface.hpp:21
virtual void enable_sync_clk()=0
virtual ~internal_sync_iface()=default
virtual void disable_sync_clk()=0
std::string get_feature_name() const
Returns a human-readable string name of this feature.
Definition: internal_sync_iface.hpp:26
#define UHD_API
Definition: config.h:87
Definition: build_info.hpp:12