Back to Adaptive Vision Library website

You are here: Start » Function Reference » Hilscher » Hilscher_Channel_GetSlots

Hilscher_Channel_GetSlots


Header:ThirdPartySdk.h
Namespace:avl

Retrieves the current slot configuration.

Syntax

void avl::Hilscher_Channel_GetSlots
(
	avl::Hilscher_State& ioState,
	const atl::Optional<atl::String>& inBoardName,
	const int inChannelNumber,
	atl::Array<avl::HilscherSlot>& outSlots
)

Parameters

Name Type Range Default Description
ioState Hilscher_State& Object used to maintain state of the function.
inBoardName const Optional<String>& NIL
inChannelNumber const int 0 - 10
outSlots Array<HilscherSlot>&

Multithreaded environment

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