8 #ifndef INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP 9 #define INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP 31 typedef boost::shared_ptr<tick_node_ctrl>
sptr;
49 const std::set< node_ctrl_base::sptr > &_explored_nodes=std::set< node_ctrl_base::sptr >()
Definition: build_info.hpp:14
Definition: tick_node_ctrl.hpp:25
#define UHD_RFNOC_API
Definition: config.hpp:93
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:53
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:37
boost::shared_ptr< tick_node_ctrl > sptr
Definition: tick_node_ctrl.hpp:31
Definition: node_ctrl_base.hpp:31