[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r8241 - gnuradio/branches/developers/jcorgan/merge-fix
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r8241 - gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime |
Date: |
Mon, 21 Apr 2008 22:08:52 -0600 (MDT) |
Author: jcorgan
Date: 2008-04-21 22:08:52 -0600 (Mon, 21 Apr 2008)
New Revision: 8241
Modified:
gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime/gr_flat_flowgraph.cc
Log:
wip
Modified:
gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime/gr_flat_flowgraph.cc
===================================================================
---
gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime/gr_flat_flowgraph.cc
2008-04-22 02:10:58 UTC (rev 8240)
+++
gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime/gr_flat_flowgraph.cc
2008-04-22 04:08:52 UTC (rev 8241)
@@ -228,7 +228,8 @@
int no = detail->noutputs();
for (int i = 0; i < no; i++) {
gr_buffer_sptr buffer = detail->output(i);
- std::cout << " output " << i << ": " << buffer << std::endl;
+ std::cout << " output " << i << ": " << buffer
+ << " space=" << buffer->space_available() << std::endl;
}
for (int i = 0; i < ni; i++) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r8241 - gnuradio/branches/developers/jcorgan/merge-fix/gnuradio-core/src/lib/runtime,
jcorgan <=