commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/11: uhd: fixed tags_demo


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/11: uhd: fixed tags_demo
Date: Sat, 26 Apr 2014 22:34:11 +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 cdc7c902b7b3de992b49e1ffa5051e2b274481f4
Author: Sean Nowlan <address@hidden>
Date:   Sat Mar 8 12:39:54 2014 -0500

    uhd: fixed tags_demo
---
 gr-uhd/examples/c++/tags_demo.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-uhd/examples/c++/tags_demo.cc b/gr-uhd/examples/c++/tags_demo.cc
index a4e2317..787e3d2 100644
--- a/gr-uhd/examples/c++/tags_demo.cc
+++ b/gr-uhd/examples/c++/tags_demo.cc
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]){
 
     boost::shared_ptr<tag_source_demo> tag_source = 
boost::make_shared<tag_source_demo>(
         time_now.get_full_secs() + 1, time_now.get_frac_secs(), //time now + 1 
second
-        actual_samp_rate, idle_dur, burst_dur
+        actual_samp_rate, idle_dur, burst_dur, length_tag
     );
 
     //------------------------------------------------------------------



reply via email to

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