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

Function xnIsFrameSyncedWithImpl

Source/OpenNI/XnOpenNI.cpp:4221–4228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4219}
4220
4221XnBool xnIsFrameSyncedWithImpl(XnNodeHandle hInstance, XnNodeHandle hOther)
4222{
4223 XN_VALIDATE_INTERFACE_TYPE_RET(hInstance, XN_NODE_TYPE_GENERATOR, FALSE);
4224 XnGeneratorInterfaceContainer* pInterface = (XnGeneratorInterfaceContainer*)hInstance->pModuleInstance->pLoaded->pInterface;
4225 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
4226 XN_VALIDATE_FUNC_PTR_RET(pInterface->FrameSync.IsFrameSyncedWith, FALSE);
4227 return pInterface->FrameSync.IsFrameSyncedWith(hModuleNode, hOther);
4228}
4229
4230XN_C_API XnBool xnIsFrameSyncedWith(XnNodeHandle hInstance, XnNodeHandle hOther)
4231{

Calls 1

IsFrameSyncedWithMethod · 0.45

Tested by

no test coverage detected