commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 07/17: gr-uhd: create tag when issuing stre


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/17: gr-uhd: create tag when issuing stream command
Date: Mon, 1 Aug 2016 21:58:55 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 67c00b90ca8fb0a540dd07d00096cdcc2cd4041a
Author: johschmitz <address@hidden>
Date:   Mon Jul 11 23:20:29 2016 +0200

    gr-uhd: create tag when issuing stream command
---
 gr-uhd/lib/usrp_source_impl.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-uhd/lib/usrp_source_impl.cc b/gr-uhd/lib/usrp_source_impl.cc
index f0450a6..ebfdf4a 100644
--- a/gr-uhd/lib/usrp_source_impl.cc
+++ b/gr-uhd/lib/usrp_source_impl.cc
@@ -480,6 +480,7 @@ namespace gr {
         {
             _dev->issue_stream_cmd(cmd, _stream_args.channels[i]);
         }
+        _tag_now = true;
     }
 
     bool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]