Back to Adaptive Vision Library website

You are here: Start » Function Reference » SiliconSoftware » SiliconSoftware_GenerateSoftwareTrigger

SiliconSoftware_GenerateSoftwareTrigger


Header:ThirdPartySdk.h
Namespace:avl

Generate software trigger. This function depends on current applet.

Syntax

void avl::SiliconSoftware_GenerateSoftwareTrigger
(
	SiliconSoftware_State& ioState,
	atl::Optional<int> inDeviceIndex,
	int inPort
)

Parameters

Name Type Range Default Description
ioState SiliconSoftware_State& Object used to maintain state of the function.
inDeviceIndex Optional<int> 0 - NIL Device identifying number
inPort int 0 - DMA port

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.