18 #ifndef INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP 19 #define INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP 41 typedef boost::shared_ptr<tick_node_ctrl>
sptr;
59 const std::set< node_ctrl_base::sptr > &_explored_nodes=std::set< node_ctrl_base::sptr >()
Definition: build_info.hpp:25
Definition: tick_node_ctrl.hpp:35
#define UHD_RFNOC_API
Definition: config.hpp:103
double get_tick_rate(const std::set< node_ctrl_base::sptr > &_explored_nodes=std::set< node_ctrl_base::sptr >())
virtual double _get_tick_rate()
Definition: tick_node_ctrl.hpp:63
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:47
boost::shared_ptr< tick_node_ctrl > sptr
Definition: tick_node_ctrl.hpp:41
Definition: node_ctrl_base.hpp:40