Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » XIMEA » XiApi_SetGPOMode

XiApi_SetGPOMode


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Defines GPO (digital output) functionality.

Syntax

void avl::XiApi_SetGPOMode
(
	XIAPIState& ioState,
	const atl::Optional<atl::String>& inDeviceID,
	int inGPOSelector,
	avl::XiApiGPOMode::Type inGPOMode
)

Parameters

Name Type Range Default Description
Input will be modified ioState XIAPIState& Object used to maintain state of the function.
Input value inDeviceID const Optional<String>& NIL Camera chip ID or camera index
Input value inGPOSelector int 0 - + 1 GPO number
Input value inGPOMode XiApiGPOMode::Type

Multithreaded environment

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