18 #ifndef INCLUDED_UHD_TYPES_WB_IFACE_HPP
19 #define INCLUDED_UHD_TYPES_WB_IFACE_HPP
22 #include <boost/cstdint.hpp>
23 #include <boost/shared_ptr.hpp>
31 typedef boost::shared_ptr<wb_iface>
sptr;
41 virtual void poke64(
const wb_addr_type addr,
const boost::uint64_t data);
55 virtual void poke32(
const wb_addr_type addr,
const boost::uint32_t data);
69 virtual void poke16(
const wb_addr_type addr,
const boost::uint16_t data);
boost::shared_ptr< wb_iface > sptr
Definition: wb_iface.hpp:31
boost::uint32_t wb_addr_type
Definition: wb_iface.hpp:32
#define UHD_API
Definition: config.hpp:76
Definition: wb_iface.hpp:28