Public Member Functions | Public Attributes
XnModuleLockAwareInterface Struct Reference

#include <XnModuleInterface.h>

List of all members.

Public Member Functions

 void (XN_CALLBACK_TYPE *UnregisterFromLockChange)(XnModuleNodeHandle hInstance
 XnBool (XN_CALLBACK_TYPE *GetLockState)(XnModuleNodeHandle hInstance)
 XnStatus (XN_CALLBACK_TYPE *SetLockState)(XnModuleNodeHandle hInstance
 XnStatus (XN_CALLBACK_TYPE *RegisterToLockChange)(XnModuleNodeHandle hInstance

Public Attributes

XnBool bLocked
XnModuleStateChangedHandler handler
XnCallbackHandle hCallback
XnModuleStateChangedHandler voidpCookie
XnModuleStateChangedHandler
void XnCallbackHandle
phCallback

Detailed Description

Definition at line 177 of file XnModuleInterface.h.


Member Function Documentation

XnModuleLockAwareInterface::void ( XN_CALLBACK_TYPE UnregisterFromLockChange)

Unregisters a callback function which was registered using RegisterToLockChange().

Parameters:
hInstance[in] A handle to the instance.
hCallback[in] The handle to the callback returned from RegisterToLockChange().

Gets current lock state.

Parameters:
hInstance[in] A handle to the instance.

Notifies the node its lock state was changed.

Parameters:
hInstance[in] A handle to the instance.
bLocked[in] Current lock state.

Registers a callback function to lock changes.

Parameters:
hInstance[in] A handle to the instance.
handler[in] A pointer to a function that will be called when lock changes.
pCookie[in] A user cookie that will be passed to the callback function.
phCallback[out] Optional. Will be filled with a handle to be passed to UnregisterFromLockChange().

Member Data Documentation

Definition at line 185 of file XnModuleInterface.h.

Definition at line 203 of file XnModuleInterface.h.

Definition at line 213 of file XnModuleInterface.h.

Definition at line 203 of file XnModuleInterface.h.

Definition at line 203 of file XnModuleInterface.h.


The documentation for this struct was generated from the following file:


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:52