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

Method OnNodeStringPropChanged

Source/OpenNI/XnPlayerImpl.cpp:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeStringPropChanged(void* pCookie, const XnChar* strNodeName, const XnChar* strPropName, const XnChar* strValue)
456{
457 XN_VALIDATE_INPUT_PTR(pCookie);
458 PlayerImpl* pThis = (PlayerImpl*)pCookie;
459 return pThis->SetNodeStringProp(strNodeName, strPropName, strValue);
460}
461
462XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeGeneralPropChanged(void* pCookie, const XnChar* strNodeName, const XnChar* strPropName, XnUInt32 nBufferSize, const void* pBuffer)
463{

Calls 1

SetNodeStringPropMethod · 0.80

Tested by

no test coverage detected