Back to FabImage Library website

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

Hilscher_Channel_GetSignals


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Retrieves the current slot configuration.

Syntax

void fil::Hilscher_Channel_GetSignals
(
	fil::Hilscher_State& ioState,
	const ftl::Optional<ftl::String>& inBoardName,
	const int inChannelNumber,
	ftl::Array<fil::HilscherSignal>& outInputSignals,
	ftl::Array<fil::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>&