11namespace uhd { 
namespace transport {
 
   29    using uptr = std::unique_ptr<frame_buff, deleter>;
 
Definition: frame_buff.hpp:17
 
void * data() const
Definition: frame_buff.hpp:35
 
size_t _packet_size
Definition: frame_buff.hpp:63
 
size_t packet_size() const
Definition: frame_buff.hpp:44
 
std::unique_ptr< frame_buff, deleter > uptr
Definition: frame_buff.hpp:29
 
void set_packet_size(size_t size)
Definition: frame_buff.hpp:53
 
void * _data
Definition: frame_buff.hpp:60
 
Definition: build_info.hpp:12
 
Definition: frame_buff.hpp:25
 
void operator()(frame_buff *)
Definition: frame_buff.hpp:26