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

Method NotifyStringPropChanged

Source/OpenNI/XnNodeWatcher.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169XnStatus NodeWatcher::NotifyStringPropChanged(const XnChar* strPropName, const XnChar* strValue)
170{
171 return m_notifications.OnNodeStringPropChanged(m_pCookie, m_node.GetName(), strPropName, strValue);
172}
173
174XnStatus NodeWatcher::NotifyGeneralPropChanged(const XnChar* strPropName, XnUInt32 nBufferSize, const void* pBuffer)
175{

Callers

nothing calls this directly

Calls 2

GetNameMethod · 0.80

Tested by

no test coverage detected