Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » BitFlow » BitFlow_GetHardwareTriggerStatus

BitFlow_GetHardwareTriggerStatus


Header: ThirdPartySdk.h
Namespace: avl

Gets the status of the hardware trigger.

Syntax

void avl::BitFlow_GetHardwareTriggerStatus
(
	BitFlow_BaseState& ioState,
	int inBoardNumber,
	const atl::File& inCameraFileName,
	avl::BitFlowTriggers::Type inTrigger,
	bool& outTriggerStatus
)

Parameters

Name Type Default Description
Input will be modified ioState BitFlow_BaseState& Object used to maintain state of the function.
Input value inBoardNumber int Index of board
Input value inCameraFileName const File& Camera file
Input value inTrigger BitFlowTriggers::Type Trigger
Output value outTriggerStatus bool& Status of trigger

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 Aurora Vision Studio requires BitFlow SDK version 6.30.

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