Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ nextCommandSeq
Method
nextCommandSeq
src/libfreenect2.cpp:669–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
667
}
668
669
int Freenect2DeviceImpl::nextCommandSeq()
670
{
671
return command_seq_++;
672
}
673
674
bool Freenect2DeviceImpl::isSameUsbDevice(libusb_device* other)
675
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected