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

Method OnNodeStateReady

Source/OpenNI/XnPlayerImpl.cpp:469–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeStateReady(void* pCookie, const XnChar* strNodeName)
470{
471 XN_VALIDATE_INPUT_PTR(pCookie);
472 PlayerImpl* pThis = (PlayerImpl*)pCookie;
473 return pThis->SetNodeStateReady(strNodeName);
474}
475
476XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeNewData(void* pCookie, const XnChar* strNodeName, XnUInt64 nTimeStamp, XnUInt32 nFrame, const void* pData, XnUInt32 nSize)
477{

Callers 3

NotifyStateMethod · 0.45

Calls 1

SetNodeStateReadyMethod · 0.80

Tested by

no test coverage detected