Back to Adaptive Vision Library website

You are here: Start » Function Reference » Imago Technologies » VisionBox_IOSchedulerPushValue

VisionBox_IOSchedulerPushValue


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
ioState VisionBox_State& Object used to maintain state of the function.
inSchedulerUnitNumber const int 0 -
inCompareValue const int
inOutputValue const int

Errors

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