7 #ifndef INCLUDED_UHD_TRANSPORT_BUFFER_POOL_HPP 8 #define INCLUDED_UHD_TRANSPORT_BUFFER_POOL_HPP 11 #include <boost/utility.hpp> 12 #include <boost/shared_ptr.hpp> 14 namespace uhd{
namespace transport{
22 typedef boost::shared_ptr<buffer_pool>
sptr;
35 const size_t num_buffs,
36 const size_t buff_size,
37 const size_t alignment = 16
41 virtual ptr_type at(
const size_t index)
const = 0;
44 virtual size_t size(
void)
const = 0;
Definition: buffer_pool.hpp:20
Definition: build_info.hpp:14
boost::shared_ptr< buffer_pool > sptr
Definition: buffer_pool.hpp:22
#define UHD_API
Definition: config.h:62
void * ptr_type
Definition: buffer_pool.hpp:23