#include <usrp_echotimer_cc_impl.h>
|
| | usrp_echotimer_cc_impl (int samp_rate, float center_freq, int num_delay_samps, std::string args_tx, std::string wire_tx, std::string clock_source_tx, std::string time_source_tx, std::string antenna_tx, float gain_tx, float timeout_tx, float wait_tx, float lo_offset_tx, std::string args_rx, std::string wire_rx, std::string clock_source_rx, std::string time_source_rx, std::string antenna_rx, float gain_rx, float timeout_rx, float wait_rx, float lo_offset_rx, const std::string &len_key) |
| |
| | ~usrp_echotimer_cc_impl () |
| |
| void | send () |
| |
| void | receive () |
| |
| void | set_num_delay_samps (int num_samps) |
| |
| void | set_rx_gain (float gain) |
| |
| void | set_tx_gain (float gain) |
| |
| int | work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| |
|
| typedef boost::shared_ptr< usrp_echotimer_cc > | sptr |
| |
| static sptr | make (int samp_rate, float center_freq, int num_delay_samps, std::string args_tx, std::string wire_tx, std::string clock_source_tx, std::string time_source_tx, std::string antenna_tx, float gain_tx, float timeout_tx, float wait_tx, float lo_offset_tx, std::string args_rx, std::string wire_rx, std::string clock_source_rx, std::string time_source_rx, std::string antenna_rx, float gain_rx, float timeout_rx, float wait_rx, float lo_offset_rx, const std::string &len_key="packet_len") |
| | Return a shared_ptr to a new instance of radar::usrp_echotimer_cc. More...
|
| |
| gr::radar::usrp_echotimer_cc_impl::usrp_echotimer_cc_impl |
( |
int |
samp_rate, |
|
|
float |
center_freq, |
|
|
int |
num_delay_samps, |
|
|
std::string |
args_tx, |
|
|
std::string |
wire_tx, |
|
|
std::string |
clock_source_tx, |
|
|
std::string |
time_source_tx, |
|
|
std::string |
antenna_tx, |
|
|
float |
gain_tx, |
|
|
float |
timeout_tx, |
|
|
float |
wait_tx, |
|
|
float |
lo_offset_tx, |
|
|
std::string |
args_rx, |
|
|
std::string |
wire_rx, |
|
|
std::string |
clock_source_rx, |
|
|
std::string |
time_source_rx, |
|
|
std::string |
antenna_rx, |
|
|
float |
gain_rx, |
|
|
float |
timeout_rx, |
|
|
float |
wait_rx, |
|
|
float |
lo_offset_rx, |
|
|
const std::string & |
len_key |
|
) |
| |
| gr::radar::usrp_echotimer_cc_impl::~usrp_echotimer_cc_impl |
( |
| ) |
|
| int gr::radar::usrp_echotimer_cc_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
| void gr::radar::usrp_echotimer_cc_impl::receive |
( |
| ) |
|
| void gr::radar::usrp_echotimer_cc_impl::send |
( |
| ) |
|
| void gr::radar::usrp_echotimer_cc_impl::set_num_delay_samps |
( |
int |
num_samps | ) |
|
|
virtual |
| void gr::radar::usrp_echotimer_cc_impl::set_rx_gain |
( |
float |
gain | ) |
|
|
virtual |
| void gr::radar::usrp_echotimer_cc_impl::set_tx_gain |
( |
float |
gain | ) |
|
|
virtual |
| int gr::radar::usrp_echotimer_cc_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
| std::string gr::radar::usrp_echotimer_cc_impl::d_antenna_rx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_antenna_tx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_args_rx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_args_tx |
| float gr::radar::usrp_echotimer_cc_impl::d_center_freq |
| std::string gr::radar::usrp_echotimer_cc_impl::d_clock_source_rx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_clock_source_tx |
| float gr::radar::usrp_echotimer_cc_impl::d_gain_rx |
| float gr::radar::usrp_echotimer_cc_impl::d_gain_tx |
| gr_complex* gr::radar::usrp_echotimer_cc_impl::d_in_send |
| double gr::radar::usrp_echotimer_cc_impl::d_lo_offset_rx |
| double gr::radar::usrp_echotimer_cc_impl::d_lo_offset_tx |
| uhd::rx_metadata_t gr::radar::usrp_echotimer_cc_impl::d_metadata_rx |
| uhd::tx_metadata_t gr::radar::usrp_echotimer_cc_impl::d_metadata_tx |
| int gr::radar::usrp_echotimer_cc_impl::d_noutput_items_recv |
| int gr::radar::usrp_echotimer_cc_impl::d_noutput_items_send |
| int gr::radar::usrp_echotimer_cc_impl::d_num_delay_samps |
| std::vector<gr_complex> gr::radar::usrp_echotimer_cc_impl::d_out_buffer |
| gr_complex* gr::radar::usrp_echotimer_cc_impl::d_out_recv |
| uhd::rx_streamer::sptr gr::radar::usrp_echotimer_cc_impl::d_rx_stream |
| int gr::radar::usrp_echotimer_cc_impl::d_samp_rate |
| pmt::pmt_t gr::radar::usrp_echotimer_cc_impl::d_srcid |
| gr::thread::thread gr::radar::usrp_echotimer_cc_impl::d_thread_recv |
| gr::thread::thread gr::radar::usrp_echotimer_cc_impl::d_thread_send |
| pmt::pmt_t gr::radar::usrp_echotimer_cc_impl::d_time_key |
| uhd::time_spec_t gr::radar::usrp_echotimer_cc_impl::d_time_now_rx |
| uhd::time_spec_t gr::radar::usrp_echotimer_cc_impl::d_time_now_tx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_time_source_rx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_time_source_tx |
| pmt::pmt_t gr::radar::usrp_echotimer_cc_impl::d_time_val |
| float gr::radar::usrp_echotimer_cc_impl::d_timeout_rx |
| float gr::radar::usrp_echotimer_cc_impl::d_timeout_tx |
| uhd::tune_request_t gr::radar::usrp_echotimer_cc_impl::d_tune_request_rx |
| uhd::tune_request_t gr::radar::usrp_echotimer_cc_impl::d_tune_request_tx |
| uhd::tx_streamer::sptr gr::radar::usrp_echotimer_cc_impl::d_tx_stream |
| uhd::usrp::multi_usrp::sptr gr::radar::usrp_echotimer_cc_impl::d_usrp_rx |
| uhd::usrp::multi_usrp::sptr gr::radar::usrp_echotimer_cc_impl::d_usrp_tx |
| float gr::radar::usrp_echotimer_cc_impl::d_wait_rx |
| float gr::radar::usrp_echotimer_cc_impl::d_wait_tx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_wire_rx |
| std::string gr::radar::usrp_echotimer_cc_impl::d_wire_tx |
The documentation for this class was generated from the following file: