Implements USRP2 poke32() command.
[debian/gnuradio] / gr-usrp2 / src / usrp2.i
index 8d3e732ec4923c1c2ef6cc991f9f3d3b88ff7dac..e85de20823dfce38874645a98e7f2eb80930bf8a 100644 (file)
@@ -53,6 +53,7 @@ public:
   bool fpga_master_clock_freq(long *freq);
   bool sync_to_pps();
   std::vector<uint32_t> peek32(uint32_t addr, uint32_t words);
+  bool poke32(uint32_t addr, const std::vector<uint32_t> &data);
 };
 
 // ----------------------------------------------------------------