Back to Adaptive Vision Library website

You are here: Start » Function Reference » Microview » Microview_GenerateSoftwareTrigger

Microview_GenerateSoftwareTrigger


Header:ThirdPartySdk.h
Namespace:avl

Generate software trigger

Syntax

void avl::Microview_GenerateSoftwareTrigger
(
	Microview_State& ioState,
	const atl::Optional<int> inDeviceID,
	bool inJumboFrameSupport,
	bool inRescanNeeded
)

Parameters

Name Type Range Default Description
ioState Microview_State& Object used to maintain state of the function.
inDeviceID const Optional<int> 0 - 10000 NIL Device identifying number
inJumboFrameSupport bool True
inRescanNeeded bool

Multithreaded environment

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