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

Method NotifyState

Source/OpenNI/XnNodeWatcher.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131{}
132
133XnStatus NodeWatcher::NotifyState()
134{
135 XnStatus nRetVal = NotifyStateImpl();
136 XN_IS_STATUS_OK(nRetVal);
137 nRetVal = m_notifications.OnNodeStateReady(m_pCookie, m_node.GetName());
138 XN_IS_STATUS_OK(nRetVal);
139 return XN_STATUS_OK;
140}
141
142XnStatus NodeWatcher::NotifyStateImpl()
143{

Callers 2

xnCreateMockNodeBasedOnFunction · 0.80
AddNodeMethod · 0.80

Calls 2

GetNameMethod · 0.80
OnNodeStateReadyMethod · 0.45

Tested by

no test coverage detected