|
USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
|
|
Go to the documentation of this file.
38 using sptr = std::shared_ptr<extension>;
43 virtual std::string get_name() = 0;
45 static void register_extension(
58 #define UHD_REGISTER_EXTENSION(NAME, CLASS_NAME) \
59 UHD_STATIC_BLOCK(register_extension_##NAME) \
61 uhd::extension::extension::register_extension(#NAME, CLASS_NAME::make); \
std::function< sptr(factory_args)> factory_type
Definition: extension.hpp:39
std::shared_ptr< extension > sptr
Definition: extension.hpp:38
#define UHD_API
Definition: config.h:87
uhd::rfnoc::radio_control::sptr radio_ctrl
Definition: extension.hpp:34
uhd::rfnoc::mb_controller::sptr mb_ctrl
Definition: extension.hpp:35
Definition: extension.hpp:24
Definition: extension.hpp:32
Definition: core_iface.hpp:25
std::shared_ptr< mb_controller > sptr
Definition: mb_controller.hpp:29
Definition: build_info.hpp:12
Definition: power_reference_iface.hpp:22
std::shared_ptr< noc_block_base > sptr
Definition: noc_block_base.hpp:48
boost::noncopyable noncopyable
Definition: noncopyable.hpp:45