Back to FabImage Library website

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

Z4Sight_ConfigureLatch


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Configures the latch.

Syntax

void fil::Z4Sight_ConfigureLatch
(
	Z4Sight_State& ioState,
	ftl::Optional<const fil::Z4SightSystemAndDeviceIdentifier&> inDeviceID,
	int inLatch,
	int inCommandList,
	fil::Z4SightLatchTriggerSource::Type inTriggerSource,
	fil::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.