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

Method OnNodeStringPropChangedImpl

Source/OpenNI/XnMockNotifier.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68XnStatus MockNotifier::OnNodeStringPropChangedImpl(void* pCookie, const XnChar* /*strNodeName*/, const XnChar* strPropName, const XnChar* strValue)
69{
70 return xnSetStringProperty((XnNodeHandle)pCookie, strPropName, strValue);
71}
72
73XnStatus MockNotifier::OnNodeGeneralPropChangedImpl(void* pCookie, const XnChar* /*strNodeName*/, const XnChar* strPropName, XnUInt32 nBufferSize, const void* pBuffer)
74{

Callers

nothing calls this directly

Calls 1

xnSetStringPropertyFunction · 0.85

Tested by

no test coverage detected