Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_bin_statistics_f.i @ 5a07519b

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
d1d226ab 11/19/2010 07:02 am Eric Blossom

Disable items that require swig directors when building guile bindings.

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

2c103248 10/31/2006 04:07 pm Eric Blossom

Merged eb/binstats -r3848:3906 into trunk. These changes
(1) fix a problem with gr_feval* where when called from a live
flowgraph, they resulted in the call back into Python occuring without
holding the Global Interpreter Lock causing a SIGSEGV.

(2) add gr_bin_statistics_f which combines statistics gathering...