Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » 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 | |
---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const Z4SightSystemAndDeviceIdentifier&> | NIL | Device identification. | |
![]() |
inLatch | int | 1 - 4 | Latch. | |
![]() |
inCommandList | int | 1 - 2 | CommandList to which bind a latch. | |
![]() |
inTriggerSource | Z4SightLatchTriggerSource::Type | Input0 | Trigger source for the latch. | |
![]() |
inActivation | Z4SightLatchTriggerActivation::Type | EdgeRising | Signal variation upon which to generate a latch trigger. | |
![]() |
inEnable | bool | True | Enable or disable the latch. |