#include <uhd/config.hpp>
#include <cstddef>
#include <cstdint>
#include <string>
Go to the source code of this file.
|
void UHD_API | uhd::assert_fpga_compat (const size_t uhd_major, const size_t uhd_minor, const uint64_t fpga_compat, const std::string &fpga_component, const std::string &log_component, const bool fail_on_minor_behind=false) |
|
void UHD_API | uhd::assert_fpga_compat (const size_t uhd_major, const size_t uhd_minor, const uint32_t fpga_compat, const std::string &fpga_component, const std::string &log_component, const bool fail_on_minor_behind=false) |
|