18 #ifndef INCLUDED_UHD_TYPES_WB_IFACE_HPP 19 #define INCLUDED_UHD_TYPES_WB_IFACE_HPP 24 #include <boost/shared_ptr.hpp> 32 typedef boost::shared_ptr<wb_iface>
sptr;
42 virtual void poke64(
const wb_addr_type addr,
const uint64_t data);
56 virtual void poke32(
const wb_addr_type addr,
const uint32_t data);
70 virtual void poke16(
const wb_addr_type addr,
const uint16_t data);
83 typedef boost::shared_ptr<timed_wb_iface>
sptr;
boost::shared_ptr< wb_iface > sptr
Definition: wb_iface.hpp:32
Definition: time_spec.hpp:39
Definition: build_info.hpp:25
Definition: wb_iface.hpp:80
#define UHD_API
Definition: config.h:73
boost::shared_ptr< timed_wb_iface > sptr
Definition: wb_iface.hpp:83
uint32_t wb_addr_type
Definition: wb_iface.hpp:33
Definition: wb_iface.hpp:29