|
USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
|
|
Go to the documentation of this file.
11 namespace uhd {
namespace transport {
29 using uptr = std::unique_ptr<frame_buff, deleter>;
void operator()(frame_buff *)
Definition: frame_buff.hpp:26
size_t _packet_size
Definition: frame_buff.hpp:63
void set_packet_size(size_t size)
Definition: frame_buff.hpp:53
std::unique_ptr< frame_buff, deleter > uptr
Definition: frame_buff.hpp:29
Definition: frame_buff.hpp:24
void * data() const
Definition: frame_buff.hpp:35
Definition: build_info.hpp:12
Definition: frame_buff.hpp:16
void * _data
Definition: frame_buff.hpp:60
size_t packet_size() const
Definition: frame_buff.hpp:44