MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / TransferPool

Method TransferPool

src/transfer_pool.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38
39TransferPool::TransferPool(libusb_device_handle* device_handle, unsigned char device_endpoint) :
40 callback_(0),
41 device_handle_(device_handle),
42 device_endpoint_(device_endpoint),
43 buffer_(0),
44 buffer_size_(0),
45 enable_submit_(false)
46{
47}
48
49TransferPool::~TransferPool()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected