 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP
9 #define INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP
14 namespace uhd {
namespace rfnoc {
30 typedef boost::shared_ptr<tick_node_ctrl>
sptr;
47 double get_tick_rate(
const std::set<node_ctrl_base::sptr>& _explored_nodes =
48 std::set<node_ctrl_base::sptr>());
static const double RATE_UNDEFINED
This value is used by rate nodes that don't actually set a rate themselves.
Definition: tick_node_ctrl.hpp:34
boost::shared_ptr< tick_node_ctrl > sptr
Definition: tick_node_ctrl.hpp:29
double get_tick_rate(const std::set< node_ctrl_base::sptr > &_explored_nodes=std::set< node_ctrl_base::sptr >())
#define UHD_RFNOC_API
Definition: config.hpp:117
Definition: node_ctrl_base.hpp:37
Definition: tick_node_ctrl.hpp:24
Definition: build_info.hpp:13
virtual double _get_tick_rate()
Definition: tick_node_ctrl.hpp:48