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

Method NotifyIntPropChanged

Source/OpenNI/XnNodeWatcher.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159XnStatus NodeWatcher::NotifyIntPropChanged(const XnChar* strPropName, XnUInt64 nValue)
160{
161 return m_notifications.OnNodeIntPropChanged(m_pCookie, m_node.GetName(), strPropName, nValue);
162}
163
164XnStatus NodeWatcher::NotifyRealPropChanged(const XnChar* strPropName, XnDouble dValue)
165{

Callers 3

HandleMirrorChangeMethod · 0.80

Calls 2

GetNameMethod · 0.80
OnNodeIntPropChangedMethod · 0.45

Tested by

no test coverage detected