11 namespace uhd { 
namespace transport {
    29     using uptr = std::unique_ptr<frame_buff, deleter>;
 std::unique_ptr< frame_buff, deleter > uptr
Definition: frame_buff.hpp:29
 
Definition: frame_buff.hpp:24
 
size_t packet_size() const
Definition: frame_buff.hpp:44
 
Definition: build_info.hpp:12
 
void * _data
Definition: frame_buff.hpp:60
 
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
 
void * data() const
Definition: frame_buff.hpp:35
 
Definition: frame_buff.hpp:16