8 #ifndef INCLUDED_LIBUHD_RATE_NODE_CTRL_BASE_HPP 9 #define INCLUDED_LIBUHD_RATE_NODE_CTRL_BASE_HPP 14 namespace uhd {
namespace rfnoc {
33 typedef boost::shared_ptr<rate_node_ctrl>
sptr;
virtual double get_output_samp_rate(size_t port=ANY_PORT)
Definition: rate_node_ctrl.hpp:27
Definition: build_info.hpp:13
#define UHD_RFNOC_API
Definition: config.hpp:117
boost::shared_ptr< rate_node_ctrl > sptr
Definition: rate_node_ctrl.hpp:33
virtual double get_input_samp_rate(size_t port=ANY_PORT)
static const double RATE_UNDEFINED
This value is used by rate nodes that don't actually set a rate themselves.
Definition: rate_node_ctrl.hpp:35
Definition: node_ctrl_base.hpp:37