Statistics
| Branch: | Tag: | Revision:

root @ 3bf4a842

Name Size
  config
  docs
  dtools
  gcell
  gnuradio-core
  gnuradio-examples
  gr-atsc
  gr-audio-alsa
  gr-audio-jack
  gr-audio-oss
  gr-audio-osx
  gr-audio-portaudio
  gr-audio-windows
  gr-comedi
  gr-cvsd-vocoder
  gr-gcell
  gr-gpio
  gr-gsm-fr-vocoder
  gr-howto-write-a-block
  gr-msdd6000
  gr-noaa
  gr-pager
  gr-qtgui
  gr-radar-mono
  gr-radio-astronomy
  gr-sounder
  gr-trellis
  gr-uhd
  gr-usrp
  gr-usrp2
  gr-utils
  gr-video-sdl
  gr-wxgui
  grc
  gruel
  usrp
  usrp2
  vrt
.gitattributes 323 Bytes
.gitignore 661 Bytes
AUTHORS 1.1 kB
COPYING 34.3 kB
ChangeLog 955 Bytes
INSTALL 9.1 kB
Makefile.am 1.4 kB
Makefile.common 3.9 kB
Makefile.common.spu 1.3 kB
Makefile.gen.gen 2.7 kB
Makefile.par.gen 2.8 kB
Makefile.swig 3.8 kB
Makefile.swig.gen.t 9.4 kB
NEWS 849 Bytes
README 8.7 kB
README-win32-mingw-short.txt 4 kB
README.building-boost 941 Bytes
README.hacking 10.8 kB
README.ps3 417 Bytes
bootstrap 1 kB
config.guess 44 kB
config.sub 34.2 kB
configure-cell-cross 1.9 kB
configure.ac 12.9 kB
gnuradio-pkg_chk.conf 2 kB
run_tests.sh.in 3.6 kB
version.sh 62 Bytes

Latest revisions

# Date Author Comment
3bf4a842 11/07/2010 10:30 pm Tom Rondeau

Moving tags downstream is moved into gr_block_executor. Predefined three methods of moving tags that are selectable by a gr_block.

95eaad32 11/07/2010 09:05 pm Tom Rondeau

Cleaning up. Better use of PMTs; comment mods; returning vectors when getting tags.

cafe83aa 11/06/2010 06:24 pm Tom Rondeau

Don't directly output tag info to screen from gr_random_annotator; instead, store the stream and write it to stdout when block is being destroyed. This avoids issues of the muliple threads writing simultaneously to screen.

8b184fda 11/06/2010 06:18 pm Tom Rondeau

Adding call in scheduler to handle tag movements between blocks and some helper functions to get access and keep track of tags.

20adc2d6 11/06/2010 06:17 pm Tom Rondeau

Because tags can be appended from upstream, they are not consecutive in time, so we need to cycle through them all.

6cc6925e 11/06/2010 05:18 pm Tom Rondeau

Better formatting of tag information to make info more readable.

d58d250c 11/06/2010 05:03 pm Tom Rondeau

buffer_reader does not hold its own tags but looks upstream to the associated buffer to get them.

bf079e66 11/04/2010 10:36 pm Tom Rondeau

Fixing api call to gr_buffer_reader that no longer takes in which_input.

7f6f2a37 11/04/2010 10:30 pm Tom Rondeau

gr_buffer_reader doesn't need to know which input it is.

70ca24e7 11/04/2010 10:16 pm Tom Rondeau

Moving add_item_tag into gr_buffer and get_tags_in_range to gr_buffer_reader. gr_block_detail takes care of the high-level adding and retrieving tags via the buffers/readers; also takes care of filtering tags by key.

Tags are now added to the gr_buffers on 'which_output' while they are retrieved from the gr_buffer_reader based on 'which_input."

View all revisions | View revisions

Also available in: Atom