Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » Thorlabs » Thorlabs_SetBoolParameter

Thorlabs_SetBoolParameter


Header: ThirdPartySdk.h
Namespace: avl

Sets parameter of type Bool.

Syntax

void avl::Thorlabs_SetBoolParameter
(
	Thorlabs_State& ioState,
	atl::Optional<const atl::String&> inDeviceID,
	const atl::String& inParameterName,
	bool inParameterValue
)

Parameters

Name Type Default Description
Input will be modified ioState Thorlabs_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const String&> NIL Camera serial number or name, Auto = first camera
Input value inParameterName const String& Name of parameter
Input value inParameterValue bool Value to set to parameter

Multithreaded environment

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