[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.3git-740-ge222244 |
Date: |
Sat, 1 May 2010 02:28:20 +0100 (BST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The branch, master has been updated
via e22224454f63be561fa2a5923d35b65ba403b6ac (commit)
from 9038b3530d0ec746f401f3c443e2f862fff5a18e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Eric Blossom <address@hidden>
Date: Fri Apr 30 18:22:41 2010 -0700
Add missing buffer allocator hint to gr_ofdm_sampler.cc
This change was needed because gr_ofdm_sampler derives directly from
gr_block, but functions (from the runtime's point of view) as a
decimator. It takes many items in to produce a single output
item. Without this change, values of fft_size > ~4096 would result
in the scheduler complaining that it could never fullfil the block's
request for samples.
When deriving from gr_sync_interpolator or gr_sync_decimator, their
constructors set the hint automatically.
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/gr_ofdm_sampler.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.3git-740-ge222244,
git repository hosting <=