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

Function xnSetLockStateImpl

Source/OpenNI/XnOpenNI.cpp:3028–3034  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Lock Aware ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3026// Lock Aware
3027//---------------------------------------------------------------------------
3028static XnStatus xnSetLockStateImpl(XnNodeHandle hInstance, XnBool bLocked)
3029{
3030 XnProductionNodeInterfaceContainer* pInterface = hInstance->pModuleInstance->pLoaded->pInterface;
3031 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
3032 XN_VALIDATE_FUNC_PTR(pInterface->LockAware.SetLockState);
3033 return pInterface->LockAware.SetLockState(hModuleNode, bLocked);
3034}
3035
3036XnBool xnGetLockStateImpl(XnNodeHandle hInstance)
3037{

Callers 2

xnLockNodeForChangesFunction · 0.85
xnUnlockNodeForChangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected