#include <XnModuleInterface.h>
Public Member Functions | |
void (XN_CALLBACK_TYPE *UnregisterFromFrameSyncChange)(XnModuleNodeHandle hGenerator | |
XnBool (XN_CALLBACK_TYPE *CanFrameSyncWith)(XnModuleNodeHandle hGenerator | |
XnBool (XN_CALLBACK_TYPE *IsFrameSyncedWith)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *FrameSyncWith)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *StopFrameSyncWith)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *RegisterToFrameSyncChange)(XnModuleNodeHandle hGenerator | |
Public Attributes | |
XnModuleStateChangedHandler | handler |
XnCallbackHandle | hCallback |
XnNodeHandle | hOther |
XnModuleStateChangedHandler void * | pCookie |
XnModuleStateChangedHandler void XnCallbackHandle * | phCallback |
Definition at line 393 of file XnModuleInterface.h.
XnModuleFrameSyncInterface::void | ( | XN_CALLBACK_TYPE * | UnregisterFromFrameSyncChange | ) |
Unregisters a callback function which was registered using RegisterToFrameSyncChange().
hGenerator | [in] A handle to the instance. |
hCallback | [in] The handle to the callback returned from RegisterToFrameSyncChange(). |
XnModuleFrameSyncInterface::XnBool | ( | XN_CALLBACK_TYPE * | CanFrameSyncWith | ) |
Checks if this generator can frame sync with another generator.
hGenerator | [in] A handle to the instance. |
hOther | [in] The node to be checked. |
XnModuleFrameSyncInterface::XnBool | ( | XN_CALLBACK_TYPE * | IsFrameSyncedWith | ) |
Checks if frame synced with other node.
hGenerator | [in] A handle to the instance. |
hOther | [in] The node to be checked. |
XnModuleFrameSyncInterface::XnStatus | ( | XN_CALLBACK_TYPE * | FrameSyncWith | ) |
Activates frame sync with another node
hGenerator | [in] A handle to the instance. |
hOther | [in] The node to sync with. |
XnModuleFrameSyncInterface::XnStatus | ( | XN_CALLBACK_TYPE * | StopFrameSyncWith | ) |
Stops frame sync with another node.
hGenerator | [in] A handle to the instance. |
hOther | [in] The node to stop sync with. |
XnModuleFrameSyncInterface::XnStatus | ( | XN_CALLBACK_TYPE * | RegisterToFrameSyncChange | ) |
Registers a callback function to frame sync changes.
hGenerator | [in] A handle to the instance. |
handler | [in] A pointer to a function that will be called when frame sync 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 UnregisterFromFrameSyncChange(). |
Definition at line 437 of file XnModuleInterface.h.
Definition at line 445 of file XnModuleInterface.h.
Definition at line 403 of file XnModuleInterface.h.
Definition at line 437 of file XnModuleInterface.h.
Definition at line 437 of file XnModuleInterface.h.