[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/10: setting the sample rate before setti
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/10: setting the sample rate before setting the time source avoiding auto-MCR trap |
Date: |
Mon, 25 Apr 2016 22:56:27 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 1a4b9516efd020ddd15519721a469720edf75a97
Author: Marcus Müller <address@hidden>
Date: Mon Apr 25 16:59:36 2016 +0200
setting the sample rate before setting the time source avoiding auto-MCR
trap
---
gr-uhd/grc/gen_uhd_usrp_blocks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py
b/gr-uhd/grc/gen_uhd_usrp_blocks.py
index 1d1f76c..fd2e777 100644
--- a/gr-uhd/grc/gen_uhd_usrp_blocks.py
+++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py
@@ -61,12 +61,12 @@ self.\$(id).set_subdev_spec(\$sd_spec$(m), $m)
\#end if
########################################################################
#end for
+self.\$(id).set_samp_rate(\$samp_rate)
\#if \$sync() == 'sync'
self.\$(id).set_time_unknown_pps(uhd.time_spec())
\#elif \$sync() == 'pc_clock'
self.\$(id).set_time_now(uhd.time_spec(time.time()), uhd.ALL_MBOARDS)
\#end if
-self.\$(id).set_samp_rate(\$samp_rate)
#for $n in range($max_nchan)
\#if \$nchan() > $n
self.\$(id).set_center_freq(\$center_freq$(n), $n)
- [Commit-gnuradio] [gnuradio] branch maint updated (2a68b68 -> 4aa9404), git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 07/10: udp sink: actually send 0-byte packets at EOF, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 09/10: Merge remote-tracking branch 'mmueller/default_conf_fix_comment' into maint, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 08/10: Merge remote-tracking branch 'mmueller/gr_uhd_blocks_samp_rate_before_time_source' into maint, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 02/10: grc: show underscores in recent files menu, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 05/10: config parser doesn't understand C Multiline Comments, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 06/10: improved parsability by OVER 9000, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 10/10: Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 03/10: grc: don't try to auto-generate non-hier blocks, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 04/10: setting the sample rate before setting the time source avoiding auto-MCR trap,
git <=
- [Commit-gnuradio] [gnuradio] 01/10: qtgui: more appropriate doxygen link., git, 2016/04/25