Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » SiliconSoftware » SiliconSoftware_SetDoubleParameter
SiliconSoftware_SetDoubleParameter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Sets parameter of type Double.
Syntax
void avl::SiliconSoftware_SetDoubleParameter ( SiliconSoftware_State& ioState, atl::Optional<int> inDeviceIndex, atl::Optional<const atl::String&> inAppletPath, int inPort, const atl::String& inName, double inValue )
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 | |
inAppletPath | Optional<const String&> | NIL | Applet to load | ||
inPort | int | 0 - | DMA port | ||
inName | const String& | Parameter name | |||
inValue | double | Parameter value |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.