UHD
003.007.003-0-unknown
|
#include <nirio_zero_copy.hpp>
Public Types | |
typedef boost::shared_ptr < nirio_zero_copy > | sptr |
![]() | |
typedef boost::shared_ptr < zero_copy_if > | sptr |
Static Public Member Functions | |
static sptr | make (uhd::niusrprio::niusrprio_session::sptr fpga_session, const uint32_t instance, const zero_copy_xport_params &default_buff_args, const device_addr_t &hints=device_addr_t()) |
Additional Inherited Members | |
![]() | |
virtual | ~zero_copy_if () |
virtual managed_recv_buffer::sptr | get_recv_buff (double timeout=0.1)=0 |
virtual size_t | get_num_recv_frames (void) const =0 |
virtual size_t | get_recv_frame_size (void) const =0 |
virtual managed_send_buffer::sptr | get_send_buff (double timeout=0.1)=0 |
virtual size_t | get_num_send_frames (void) const =0 |
virtual size_t | get_send_frame_size (void) const =0 |
typedef boost::shared_ptr<nirio_zero_copy> uhd::transport::nirio_zero_copy::sptr |
|
static |