diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-04-14 16:07:48 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-22 11:18:21 -0400 |
commit | 3ea2feb63abcd15802d1b5d2cf2d3402ca86616c (patch) | |
tree | 4479e42b5da6b8fbb7861803d647096f37edfaa9 /gr-blocks/lib/ctrlport_probe2_f_impl.h | |
parent | d8a491fde1f29e10d77f536ea1234ee96089202a (diff) |
controlport: fixed controlport probes.
Diffstat (limited to 'gr-blocks/lib/ctrlport_probe2_f_impl.h')
-rw-r--r-- | gr-blocks/lib/ctrlport_probe2_f_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/ctrlport_probe2_f_impl.h b/gr-blocks/lib/ctrlport_probe2_f_impl.h index 8d406db927..6aec0789f4 100644 --- a/gr-blocks/lib/ctrlport_probe2_f_impl.h +++ b/gr-blocks/lib/ctrlport_probe2_f_impl.h @@ -38,6 +38,7 @@ namespace gr { size_t d_len; unsigned int d_disp_mask; + size_t d_index; std::vector<float> d_buffer; rpcbufferedget< std::vector<float> > buffered_get; |