Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Flir Spinnaker » Spinnaker_GetLineStatus
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Reads line status.
Syntax
void fil::Spinnaker_GetLineStatus ( Spinnaker_State& ioState, ftl::Optional<const ftl::String&> inDeviceID, int inLineSelector, bool inVerify, bool inIgnoreCache, bool& outStatus )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Spinnaker_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const String&> | NIL | Device identifying address | |
![]() |
inLineSelector | int | 0 - 3 | Selects which bit of the User Output register is set by UserOutputValue. | |
![]() |
inVerify | bool | True | Enables Range verification | |
![]() |
inIgnoreCache | bool | If true the value is read ignoring any caches | ||
![]() |
outStatus | bool& | Returns the current status of the selected input or output Line |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.