Back to Aurora Vision Library website

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

Hilscher_Channel_IOWrite_SInt16_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

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

Syntax

void avl::Hilscher_Channel_IOWrite_SInt16_Deprecated
(
	avl::Hilscher_State& ioState,
	const atl::Optional<atl::String>& inBoardName,
	const int inChannelNumber,
	const int inOffset,
	const int inData
)

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 inOffset const int 0 - 10000
Input value inData const int -32768 - 32767

Multithreaded environment

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