 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_TYPES_WB_IFACE_HPP
9 #define INCLUDED_UHD_TYPES_WB_IFACE_HPP
14 #include <boost/shared_ptr.hpp>
21 typedef boost::shared_ptr<wb_iface>
sptr;
31 virtual void poke64(
const wb_addr_type addr,
const uint64_t data);
45 virtual void poke32(
const wb_addr_type addr,
const uint32_t data);
59 virtual void poke16(
const wb_addr_type addr,
const uint16_t data);
72 typedef boost::shared_ptr<timed_wb_iface>
sptr;
boost::shared_ptr< timed_wb_iface > sptr
Definition: wb_iface.hpp:72
Definition: wb_iface.hpp:69
#define UHD_API
Definition: config.h:68
boost::shared_ptr< wb_iface > sptr
Definition: wb_iface.hpp:21
Definition: wb_iface.hpp:18
uint32_t wb_addr_type
Definition: wb_iface.hpp:22
Definition: build_info.hpp:13
Definition: time_spec.hpp:29