Back to Aurora Vision Library website

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

Z4Sight_ConfigureLatch


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Configures the latch.

Syntax

void avl::Z4Sight_ConfigureLatch
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightSystemAndDeviceIdentifier&> inDeviceID,
	int inLatch,
	int inCommandList,
	avl::Z4SightLatchTriggerSource::Type inTriggerSource,
	avl::Z4SightLatchTriggerActivation::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 Z4SightSystemAndDeviceIdentifier&> NIL Device identification.
Input value inLatch int 1 - 4 Latch.
Input value inCommandList int 1 - 2 CommandList to which bind a latch.
Input value inTriggerSource Z4SightLatchTriggerSource::Type Input0 Trigger source for the latch.
Input value inActivation Z4SightLatchTriggerActivation::Type EdgeRising Signal variation upon which to generate a latch trigger.
Input value inEnable bool True Enable or disable the latch.