Back to Adaptive Vision Library website

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

VisionBox_IOSchedulerSetOutputPulsTiming


Configure pulse parameters of IO Scheduler output.

Syntax

void avl::VisionBox_IOSchedulerSetOutputPulsTiming
(
	VisionBox_State& ioState,
	const int inSchedulerUnitNumber,
	const int inDelayInUs,
	const int inTimeInUs
)

Parameters

Name Type Range Default Description
ioState VisionBox_State& Object used to maintain state of the function.
inSchedulerUnitNumber const int 0 -
inDelayInUs const int
inTimeInUs const int

Errors

Error type Description
DomainError Cannot accept negative time values!