Back to Aurora Vision Library website

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

Hilscher_Channel_IndexRead_SInt16


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Receives generic packet that can be filled with any data through Hilscher device.

Syntax

void avl::Hilscher_Channel_IndexRead_SInt16
(
	avl::Hilscher_State& ioState,
	const atl::Optional<atl::String>& inBoardName,
	const int inChannelNumber,
	const int inIndex,
	const avl::DataEndianness::Type inDataEndianness,
	int& outData
)

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
Input value inIndex const int 0 - 1000
Input value inDataEndianness const DataEndianness::Type BigEndian
Output value outData int&