Back to Adaptive Vision Library Lite website

You are here: Start » Hardware Support » Neousys » Neousys_GetDigitalInput_Multiple

Neousys_GetDigitalInput_Multiple


Header: ThirdPartySdk.h
Namespace: avl

Gets values of all digital input channels at once on a Neousys computer.

Syntax

void avl::Neousys_GetDigitalInput_Multiple
(
	Neousys_State& ioState,
	bool& outValue0,
	bool& outValue1,
	bool& outValue2,
	bool& outValue3,
	bool& outValue4,
	bool& outValue5,
	bool& outValue6,
	bool& outValue7,
	bool& outValue8,
	bool& outValue9,
	bool& outValue10,
	bool& outValue11,
	bool& outValue12,
	bool& outValue13,
	bool& outValue14,
	bool& outValue15
)

Parameters

Name Type Default Description
Input will be modified
ioState Neousys_State& Object used to maintain state of the function.
Output value
outValue0 bool& Value to get from input channel 0
Output value
outValue1 bool& Value to get from input channel 1
Output value
outValue2 bool& Value to get from input channel 2
Output value
outValue3 bool& Value to get from input channel 3
Output value
outValue4 bool& Value to get from input channel 4
Output value
outValue5 bool& Value to get from input channel 5
Output value
outValue6 bool& Value to get from input channel 6
Output value
outValue7 bool& Value to get from input channel 7
Output value
outValue8 bool& Value to get from input channel 8
Output value
outValue9 bool& Value to get from input channel 9
Output value
outValue10 bool& Value to get from input channel 10
Output value
outValue11 bool& Value to get from input channel 11
Output value
outValue12 bool& Value to get from input channel 12
Output value
outValue13 bool& Value to get from input channel 13
Output value
outValue14 bool& Value to get from input channel 14
Output value
outValue15 bool& Value to get from input channel 15

Remarks

Availability

Before you use this filter make sure how many digital input and output channels does your Neousys device provide.

Compatibility

Neousys Watchdog Timer and Digital I/O support is not provided when using 32-bit Adaptive Vision on a 64-bit operating system. Please use 64-bit Adaptive Vision in such a case.

Multithreaded environment

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

See Also