Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » STC » STC_GetDoubleParameter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets a parameter of type Double.
Syntax
void fil::STC_GetDoubleParameter ( Omron_State& ioState, ftl::Optional<const ftl::String&> inDeviceID, const ftl::String& inParameter, double& outValue, double& outMinValue, double& outMaxValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | Omron_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<const String&> | NIL | Device identifying number |
![]() |
inParameter | const String& | Name of parameter | |
![]() |
outValue | double& | Value retrieved from device | |
![]() |
outMinValue | double& | Minimum value of the parameter | |
![]() |
outMaxValue | double& | Maximum value of the parameter |