Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Aurora Imaging Library » AILSystem_RegisterStartTimerWatcher

AILSystem_RegisterStartTimerWatcher


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Register hook function and invoke command.

Syntax

C++
Python
 
void avl::AILSystem_RegisterStartTimerWatcher
(
	AILSystem_State& ioState,
	atl::Optional<const avl::AILSystemAndDeviceIdentifier&> inDeviceID,
	atl::Optional<int> inInputQueueSize,
	int inTimer,
	const atl::Array<avl::AILHook>& inHooks
)

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const AILSystemAndDeviceIdentifier&> 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 inHooks const Array<AILHook>& Hook to perform and latch to watch.