Back to Adaptive Vision Library website

You are here: Start » Function Reference » BitFlow » BitFlow_GetGPOutPin

BitFlow_GetGPOutPin


Gets R64 GPOUT pins state

Syntax

void avl::BitFlow_GetGPOutPin
(
	BitFlow_GetGPOutPinState& ioState,
	int inBoardNumber,
	const atl::File& inCameraFileName,
	int inOutput,
	bool& outState
)

Parameters

Name Type Range Default Description
ioState BitFlow_GetGPOutPinState& Object used to maintain state of the function.
inBoardNumber int Index of board
inCameraFileName const File& Camera file
inOutput int 0 - 6 output
outState bool& pin state

Remarks

Board driver software

This filter is intended to cooperate with board using its vendor SDK. To be able to connect with board it is required to install BitFlow SDK software. Currently Adaptive Vision Studio requires BitFlow SDK version 6.20.

BitFlow SDK can be downloaded from following website: http://www.bitflow.com (registration may be required).

Running application
This filter uses camera configuration files, which are loaded to register. To load this file to register you should use SysReg application from BitFlow SDK.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See Also