Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ UsbControl
Method
UsbControl
src/usb_control.cpp:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
UsbControl::UsbControl(libusb_device_handle *handle) :
183
handle_(handle),
184
timeout_(1000)
185
{
186
}
187
188
UsbControl::~UsbControl()
189
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected