Home
last modified time | relevance | path

Searched refs:has_data_fn_type (Results 1 – 2 of 2) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/cal/
H A Ddatabase.hpp135 using has_data_fn_type = std::function<bool(const std::string&, const std::string&)>; typedef in uhd::usrp::cal::database
152 static void register_lookup(has_data_fn_type has_cal_data,
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/cal/
H A Ddatabase.cpp163 std::vector<std::pair<database::has_data_fn_type, database::get_data_fn_type>>;
264 void database::register_lookup(has_data_fn_type has_cal_data, in register_lookup()