#include <uhd/rfnoc/mb_controller.hpp>
#include <uhd/rfnoc/radio_control.hpp>
#include <uhd/rfnoc/rf_control/core_iface.hpp>
#include <uhd/utils/noncopyable.hpp>
#include <uhd/utils/static.hpp>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | uhd::extension::extension |
struct | uhd::extension::extension::factory_args |
Namespaces | |
uhd | |
uhd::extension | |
Macros | |
#define | UHD_REGISTER_EXTENSION(NAME, CLASS_NAME) |
#define UHD_REGISTER_EXTENSION | ( | NAME, | |
CLASS_NAME | |||
) |
Function to be called by the extension to register in the extension framework
NAME | Key under which the extension gets registered |
CLASS_NAME | Name of the class that holds the make function of the extension |