Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » STC » STC_GetDoubleParameter

STC_GetDoubleParameter


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Gets a parameter of type Double.

Syntax

void avl::STC_GetDoubleParameter
(
	Omron_State& ioState,
	atl::Optional<const atl::String&> inDeviceID,
	const atl::String& inParameter,
	double& outValue,
	double& outMinValue,
	double& outMaxValue
)

Parameters

Name Type Default Description
Input will be modified ioState Omron_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const String&> NIL Device identifying number
Input value inParameter const String& Name of parameter
Output value outValue double& Value retrieved from device
Output value outMinValue double& Minimum value of the parameter
Output value outMaxValue double& Maximum value of the parameter