Back to Aurora Vision Library website

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

VisionBox_IOSchedulerSetOutputPulsTiming


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

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
Input will be modified ioState VisionBox_State& Object used to maintain state of the function.
Input value inSchedulerUnitNumber const int 0 -
Input value inDelayInUs const int
Input value inTimeInUs 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 time values!