Implements USRP2 poke32() command.
[debian/gnuradio] / usrp2 / host / lib / usrp2.cc
index 37d8aaa333db5a88aa4413ee1ac4641afbc100b5..2a7fe5963a4b5ffd954f297a70f83e7b2f84b756 100644 (file)
@@ -401,6 +401,12 @@ namespace usrp2 {
     return d_impl->peek32(addr, words);
   }
 
+  bool
+  usrp2::poke32(uint32_t addr, const std::vector<uint32_t> &data)
+  {
+    return d_impl->poke32(addr, data);
+  }
+
 } // namespace usrp2