 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-3build3
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;
72 typedef boost::shared_ptr<timed_wb_iface>
sptr;
boost::shared_ptr< timed_wb_iface > sptr
Definition: wb_iface.hpp:72
virtual uint64_t peek64(const wb_addr_type addr)
virtual void poke32(const wb_addr_type addr, const uint32_t data)
virtual time_spec_t get_time(void)=0
Definition: wb_iface.hpp:70
virtual uint16_t peek16(const wb_addr_type addr)
#define UHD_API
Definition: config.h:68
boost::shared_ptr< wb_iface > sptr
Definition: wb_iface.hpp:21
Definition: wb_iface.hpp:19
uint32_t wb_addr_type
Definition: wb_iface.hpp:22
Definition: build_info.hpp:13
Definition: time_spec.hpp:32
virtual void poke16(const wb_addr_type addr, const uint16_t data)
virtual uint32_t peek32(const wb_addr_type addr)
virtual void set_time(const time_spec_t &t)=0
virtual void poke64(const wb_addr_type addr, const uint64_t data)