Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_RegisterStartTimerWatcher

Z4Sight_RegisterStartTimerWatcher


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Register hook function and invoke command.

Syntax

void avl::Z4Sight_RegisterStartTimerWatcher
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightSystemAndDeviceIdentifier&> inDeviceID,
	atl::Optional<int> inInputQueueSize,
	int inTimer,
	avl::Z4SightOperation::Type inOperation,
	int inCommandList,
	int inCommandBit,
	float inDelay,
	atl::Optional<float> inDuration,
	int inLatch
)

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const Z4SightSystemAndDeviceIdentifier&> NIL Device identification number.
Input value inInputQueueSize Optional<int> NIL Capacity of output frames queue.
Input value inTimer int 1 - 16 Timer to watch.
Input value inOperation Z4SightOperation::Type Operation kind to perform.
Input value inCommandList int 1 - 2 I/O command list.
Input value inCommandBit int 0 - 7 Bit of the command list.
Input value inDelay float 0.0 - 0.0f Comamand delay in seconds.
Input value inDuration Optional<float> NIL Command duration in seconds.
Input value inLatch int 1 - 4 Latch numer.