#include <uhd/types/wb_iface.hpp>
 
  
| Public Types | |
| typedef std::shared_ptr< timed_wb_iface > | sptr | 
|  Public Types inherited from uhd::wb_iface | |
| typedef std::shared_ptr< wb_iface > | sptr | 
| typedef uint32_t | wb_addr_type | 
| Public Member Functions | |
| virtual time_spec_t | get_time (void)=0 | 
| virtual void | set_time (const time_spec_t &t)=0 | 
|  Public Member Functions inherited from uhd::wb_iface | |
| virtual | ~wb_iface (void) | 
| virtual void | poke64 (const wb_addr_type addr, const uint64_t data) | 
| virtual uint64_t | peek64 (const wb_addr_type addr) | 
| virtual void | poke32 (const wb_addr_type addr, const uint32_t data) | 
| virtual uint32_t | peek32 (const wb_addr_type addr) | 
| virtual void | poke16 (const wb_addr_type addr, const uint16_t data) | 
| virtual uint16_t | peek16 (const wb_addr_type addr) | 
| typedef std::shared_ptr<timed_wb_iface> uhd::timed_wb_iface::sptr | 
| 
 | pure virtual | 
Get the command time.
| 
 | pure virtual | 
Set the command time.
| t | the command time |