diff options
author | Josh Blum | 2012-09-10 02:00:31 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-10 02:00:31 -0700 |
commit | 4adb2a384bb06406ffaf3ca4f5a33e42f8a74491 (patch) | |
tree | 2e3839e3acc7792f3bb691e864245fdf31dbcac7 /lib/gras_impl/misc.hpp | |
parent | 01a9ef2060e34b7cb6e8863e39854c5a0ae80b58 (diff) | |
download | sandhi-4adb2a384bb06406ffaf3ca4f5a33e42f8a74491.tar.gz sandhi-4adb2a384bb06406ffaf3ca4f5a33e42f8a74491.tar.bz2 sandhi-4adb2a384bb06406ffaf3ca4f5a33e42f8a74491.zip |
switch to using sbuffer in gras impl
Diffstat (limited to 'lib/gras_impl/misc.hpp')
-rw-r--r-- | lib/gras_impl/misc.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gras_impl/misc.hpp b/lib/gras_impl/misc.hpp index e988480..124ed51 100644 --- a/lib/gras_impl/misc.hpp +++ b/lib/gras_impl/misc.hpp @@ -17,7 +17,7 @@ #ifndef INCLUDED_LIBGRAS_IMPL_MISC_HPP #define INCLUDED_LIBGRAS_IMPL_MISC_HPP -#include <tsbe/buffer.hpp> +#include <gnuradio/sbuffer.hpp> #include <boost/shared_ptr.hpp> static inline unsigned long myulround(const double x) @@ -70,7 +70,7 @@ struct SelfKickMessage struct BufferReturnMessage { size_t index; - tsbe::Buffer buffer; + SBuffer buffer; }; |