[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/17: runtime: restoring sanity to pmt.is_
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/17: runtime: restoring sanity to pmt.is_blob() |
Date: |
Mon, 31 Mar 2014 20:15:52 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit e847a873f4be08c155078155cba5170f860d5c6a
Author: Tim O'Shea <address@hidden>
Date: Wed Mar 26 16:51:15 2014 -0700
runtime: restoring sanity to pmt.is_blob()
---
gnuradio-runtime/lib/pmt/pmt.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnuradio-runtime/lib/pmt/pmt.cc b/gnuradio-runtime/lib/pmt/pmt.cc
index f3f7783..a9907ca 100644
--- a/gnuradio-runtime/lib/pmt/pmt.cc
+++ b/gnuradio-runtime/lib/pmt/pmt.cc
@@ -942,8 +942,7 @@ msg_accepter_ref(const pmt_t &obj)
bool
is_blob(pmt_t x)
{
- // return is_u8vector(x);
- return is_uniform_vector(x);
+ return is_u8vector(x);
}
pmt_t
- [Commit-gnuradio] [gnuradio] branch master updated (a8f73d8 -> 7390c25), git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 01/17: runtime: restoring sanity to pmt.is_blob(),
git <=
- [Commit-gnuradio] [gnuradio] 09/17: Add matching HDLC framer. Fix deframer max/min., git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 04/17: blocks: hide 'ignore tag' param for 'throttle' block in GRC if it's the default value (i.e. old look before param was added), git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 11/17: Merge remote-tracking branch 'osh/pmt_fix', git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 02/17: Add HDLC deframer to gr-digital. Input unpacked bits, output PDU binary blobs., git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 07/17: blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC option), applied MTU (buffer size) to TCP/UDP send, separate TCP/UDP server endpoint resolvers for empty/0.0.0.0 Host param (listen on all interfaces) Whitespace clean-up., git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 06/17: blocks: added 'MTU' (buffer size) & 'no_delay' params to 'tcp_connection' (no longer uses fixed buffer), git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 16/17: Merge remote-tracking branch 'balint/3.7-1/socket_pdu_improvements', git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 05/17: digital: added 'byte' IO format, git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 08/17: cmake: updated max ver for FindQwt to 6.2.0 (Qwt compiled direct from their source tree worked with trondeau's qt_number_sink test FG), git, 2014/03/31
- [Commit-gnuradio] [gnuradio] 10/17: Add QA code to HDLC framer/deframer., git, 2014/03/31