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

Method IsoTransferPool

src/transfer_pool.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240IsoTransferPool::IsoTransferPool(libusb_device_handle* device_handle, unsigned char device_endpoint) :
241 TransferPool(device_handle, device_endpoint),
242 num_packets_(0),
243 packet_size_(0)
244{
245}
246
247IsoTransferPool::~IsoTransferPool()
248{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected