MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnCreateDevice

Function xnCreateDevice

Source/OpenNI/XnOpenNI.cpp:3444–3451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3442//---------------------------------------------------------------------------
3443
3444XN_C_API XnStatus xnCreateDevice(
3445 XnContext* pContext,
3446 XnNodeHandle* phDevice,
3447 XnNodeQuery* pQuery,
3448 XnEnumerationErrors* pErrors)
3449{
3450 return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_DEVICE, pQuery, phDevice, pErrors);
3451}
3452
3453//---------------------------------------------------------------------------
3454// Device Identification Capability

Callers 2

CreateMethod · 0.85

Calls 1

Tested by

no test coverage detected