Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Hilscher » Hilscher_Channel_GetSignals

Hilscher_Channel_GetSignals


Header: ThirdPartySdk.h
Namespace: avl

Retrieves the current slot configuration.

Syntax

void avl::Hilscher_Channel_GetSignals
(
	avl::Hilscher_State& ioState,
	const atl::Optional<atl::String>& inBoardName,
	const int inChannelNumber,
	atl::Array<avl::HilscherSignal>& outInputSignals,
	atl::Array<avl::HilscherSignal>& outOutputSignals
)

Parameters

Name Type Range Default Description
Input will be modified ioState Hilscher_State& Object used to maintain state of the function.
Input value inBoardName const Optional<String>& NIL
Input value inChannelNumber const int 0 - 10
Output value outInputSignals Array<HilscherSignal>&
Output value outOutputSignals Array<HilscherSignal>&