From 708f1c2b35eddf86205059108193437863340d4f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 9 Mar 2022 10:15:05 +0100 Subject: rfnoc: Remove UHD3-API usages - rfnoc_replay_samples_from_file still had UHD3-vestiges for selecting block port and ID - The documentation for stream_args_t also included block port and ID examples --- host/examples/rfnoc_replay_samples_from_file.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/examples/rfnoc_replay_samples_from_file.cpp') diff --git a/host/examples/rfnoc_replay_samples_from_file.cpp b/host/examples/rfnoc_replay_samples_from_file.cpp index 0b378631b..2c1e5cb71 100644 --- a/host/examples/rfnoc_replay_samples_from_file.cpp +++ b/host/examples/rfnoc_replay_samples_from_file.cpp @@ -147,10 +147,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) uhd::tx_streamer::sptr tx_stream; uhd::tx_metadata_t tx_md; - streamer_args["block_id"] = replay_ctrl->get_block_id().to_string(); - streamer_args["block_port"] = std::to_string(replay_chan); stream_args.args = streamer_args; - stream_args.channels = {replay_chan}; tx_stream = graph->create_tx_streamer(stream_args.channels.size(), stream_args); graph->connect(tx_stream, 0, replay_ctrl->get_block_id(), replay_chan); graph->commit(); -- cgit v1.2.3