Implements USRP2 peek() command, allowing arbitrary reads from the internal
[debian/gnuradio] / usrp2 / host / lib / usrp2_impl.h
index f5030f5412f4ad032c8fa85b553fdbcce23bbac9..d9701287e8ec5528e0533cc98f6edf8784469d3a 100644 (file)
@@ -174,6 +174,7 @@ namespace usrp2 {
 
     bool burn_mac_addr(const std::string &new_addr);
     bool sync_to_pps();
+    std::vector<uint8_t> peek(uint32_t addr, uint32_t len);
   };
   
 } // namespace usrp2