Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Imago Technologies » VisionBox_IOSchedulerPushValue

VisionBox_IOSchedulerPushValue


Header: ThirdPartySdk.h
Namespace: avl

Puts value in IO Scheduler buffer.

Syntax

void avl::VisionBox_IOSchedulerPushValue
(
	VisionBox_State& ioState,
	const int inSchedulerUnitNumber,
	const int inCompareValue,
	const int inOutputValue
)

Parameters

Name Type Range Default Description
Input will be modified ioState VisionBox_State& Object used to maintain state of the function.
Input value inSchedulerUnitNumber const int 0 -
Input value inCompareValue const int
Input value inOutputValue const int

Multithreaded environment

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

Errors

List of possible exceptions:

Error type Description
DomainError Cannot accept negative value on inCompareValue
DomainError Cannot accept negative value on inOutputValue