#include <uhd/config.hpp>#include <uhd/property_tree.hpp>#include <uhd/rfnoc/block_id.hpp>#include <uhd/rfnoc/defaults.hpp>#include <uhd/rfnoc/node.hpp>#include <uhd/rfnoc/register_iface_holder.hpp>#include <uhd/types/device_addr.hpp>#include <uhd/rfnoc/noc_block_make_args.hpp>Go to the source code of this file.
Classes | |
| class | uhd::rfnoc::noc_block_base |
Namespaces | |
| namespace | uhd |
| namespace | uhd::rfnoc |
Macros | |
| #define | RFNOC_BLOCK_CONSTRUCTOR(CLASS_NAME) CLASS_NAME##_impl(make_args_ptr make_args) : CLASS_NAME(std::move(make_args)) |
| Shorthand for block constructor. More... | |
| #define | RFNOC_DECLARE_BLOCK(CLASS_NAME) |
| #define RFNOC_BLOCK_CONSTRUCTOR | ( | CLASS_NAME | ) | CLASS_NAME##_impl(make_args_ptr make_args) : CLASS_NAME(std::move(make_args)) |
Shorthand for block constructor.