Back to FabImage Library website
You are here: Start » Function Reference » Flir Spinnaker » Spinnaker_SetUserOutput
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Sets user output value.
Syntax
void fil::Spinnaker_SetUserOutput ( Spinnaker_State& ioState, ftl::Optional<ftl::String>& inDeviceID, int inUserOutputSelector, bool inValue, bool inVerify )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Spinnaker_State& | Object used to maintain state of the function. | |||
![]() |
inDeviceID | Optional<String>& | NIL | Device identifying address | |
![]() |
inUserOutputSelector | int | 0 - 3 | Selects which bit of the User Output register is set by UserOutputValue. | |
![]() |
inValue | bool | Value of the selected user output, either logic high (enabled) or logic low (disabled). | ||
![]() |
inVerify | bool | True | Enables AccessMode and Range verification (default = true) |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.