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

Method SetNodeNotifications

Source/Modules/nimRecorder/PlayerNode.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150XnStatus PlayerNode::SetNodeNotifications(void *pNotificationsCookie, XnNodeNotifications *pNodeNotifications)
151{
152 XN_VALIDATE_INPUT_PTR(pNodeNotifications);
153 m_pNotificationsCookie = pNotificationsCookie;
154 m_pNodeNotifications = pNodeNotifications;
155 return XN_STATUS_OK;
156}
157
158XnStatus PlayerNode::SetRepeat(XnBool bRepeat)
159{

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected