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

Function xnNotifyExState

Source/OpenNI/XnOpenNI.cpp:6860–6866  ·  view source on GitHub ↗

--------------------------------------------------------------------------- ExtendedSerialization ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

6858// ExtendedSerialization
6859//---------------------------------------------------------------------------
6860XnStatus xnNotifyExState(XnNodeHandle hInstance, XnNodeNotifications* pNotifications, void* pCookie)
6861{
6862 XnProductionNodeInterfaceContainer* pInterface = (XnProductionNodeInterfaceContainer*)hInstance->pModuleInstance->pLoaded->pInterface;
6863 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
6864 XN_VALIDATE_FUNC_PTR(pInterface->ExtendedSerialization.InitNotifications);
6865 return pInterface->ExtendedSerialization.InitNotifications(hModuleNode, pNotifications, pCookie);
6866}
6867
6868void xnUnregisterExNotifications(XnNodeHandle hInstance)
6869{

Callers 1

NotifyStateImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected