diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-06-13 14:41:50 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-06-13 14:41:50 -0700 |
commit | f5aafacd7416822cd0ec7017dd9604cfdb1533dc (patch) | |
tree | 05c7c448ee6f593abf3d6831445a063325a03d12 /gnuradio-runtime/lib/pmt/pmt_int.h | |
parent | f3fbf453e08a490d6c610658ad6394e308c2a14e (diff) | |
parent | dbd2aee42a4bba767b8f1daf0801fd0aac304be7 (diff) |
Merge remote-tracking branch 'mmueller/pmt_io_uniform_vector_to_string'
Conflicts:
gnuradio-runtime/lib/pmt/pmt_int.h
Diffstat (limited to 'gnuradio-runtime/lib/pmt/pmt_int.h')
-rw-r--r-- | gnuradio-runtime/lib/pmt/pmt_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/pmt/pmt_int.h b/gnuradio-runtime/lib/pmt/pmt_int.h index ca90c5a475..49bde52063 100644 --- a/gnuradio-runtime/lib/pmt/pmt_int.h +++ b/gnuradio-runtime/lib/pmt/pmt_int.h @@ -239,6 +239,7 @@ public: virtual void *uniform_writable_elements(size_t &len) = 0; virtual size_t length() const = 0; 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" |