Back to Aurora Vision Library website

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

Z4Sight_ConfigureTimer_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Configures the timer.

Syntax

void avl::Z4Sight_ConfigureTimer_Deprecated
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightDeviceID::Type&> inDeviceID,
	int inTimer,
	avl::Z4SightTimerTriggerSource::Type inTriggerSource,
	atl::int64 inDelay,
	atl::int64 inDuration,
	bool inInvert,
	avl::Z4SightTimerTriggerActivation::Type inActivation,
	bool inEnable
)

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 Z4SightDeviceID::Type&> NIL Device identification number.
Input value inTimer int 1 - 16 Timer.
Input value inTriggerSource Z4SightTimerTriggerSource::Type Continuous Trigger source for the timer.
Input value inDelay int64 0 - 1000000L Delay between the timer trigger and the active portion of the timer output signal (in ns).
Input value inDuration int64 0 - 1000000L Duration for the active portion of the timer output signal (in ns).
Input value inInvert bool False Whether to invert the output signal or not.
Input value inActivation Z4SightTimerTriggerActivation::Type Signal variation upon which to generate a timer trigger.
Input value inEnable bool True Enable or disable the timer.