[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/11: Merge remote-tracking branch 'mmuell
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/11: Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string' |
Date: |
Fri, 13 Jun 2014 22:44:33 +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 f5aafacd7416822cd0ec7017dd9604cfdb1533dc
Merge: f3fbf45 dbd2aee
Author: Johnathan Corgan <address@hidden>
Date: Fri Jun 13 14:41:50 2014 -0700
Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string'
Conflicts:
gnuradio-runtime/lib/pmt/pmt_int.h
gnuradio-runtime/lib/pmt/generate_unv.py | 1 +
gnuradio-runtime/lib/pmt/pmt_int.h | 1 +
gnuradio-runtime/lib/pmt/pmt_io.cc | 13 ++++++++++---
gnuradio-runtime/lib/pmt/unv_template.cc.t | 6 ++++++
gnuradio-runtime/lib/pmt/unv_template.h.t | 1 +
5 files changed, 19 insertions(+), 3 deletions(-)
diff --cc gnuradio-runtime/lib/pmt/pmt_int.h
index ca90c5a,25bcdb9..49bde52
--- a/gnuradio-runtime/lib/pmt/pmt_int.h
+++ b/gnuradio-runtime/lib/pmt/pmt_int.h
@@@ -238,7 -238,7 +238,8 @@@ public
virtual const void *uniform_elements(size_t &len) = 0;
virtual void *uniform_writable_elements(size_t &len) = 0;
virtual size_t length() const = 0;
- virtual const std::string string_ref(size_t k) const { return
std::string("FIXME"); }
+ virtual size_t itemsize() const = 0;
++ virtual const std::string string_ref(size_t k) const { return
std::string("not implemented"); }
};
#include "pmt_unv_int.h"
- [Commit-gnuradio] [gnuradio] branch master updated (34ee3b7 -> 80ec147), git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 02/11: grc: Fixed scroll functionality in GRC. Also added clear and scrollback capability for the logging window, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 01/11: pmt_io: adding string conversion for uniform vectors, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 09/11: pager: Add sync code for FLEX 3200 bps 2-FSK encoding, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 10/11: Merge remote-tracking branch 'gnuradio-wg-grc/grc_scroll_fix', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 05/11: Merge branch 'maint', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 08/11: blocks: added I/Q swap option to interleaved_short_to_complex, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 03/11: grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions. Moved clear reports under view and grouped all Report menu items together, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 04/11: grc: minor edits. removed extra whitespace, git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 11/11: Merge remote-tracking branch 'deuxpi/pager-flex-3200-fsk2', git, 2014/06/13
- [Commit-gnuradio] [gnuradio] 06/11: Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string',
git <=
- [Commit-gnuradio] [gnuradio] 07/11: runtime: accessor for message port map & printing more informative error when a msg port is not found, git, 2014/06/13