Back to Adaptive Vision Library website

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

VisionBox_IOSchedulerGetCounter


Gets values of selected counter in IO Scheduler unit.

Syntax

void avl::VisionBox_IOSchedulerGetCounter
(
	VisionBox_State& ioState,
	const int inSchedulerUnitNumber,
	avl::VisionBoxIOSchedulerCounter::Type inCounterType,
	int& outCounterValue
)

Parameters

Name Type Range Default Description
ioState VisionBox_State& Object used to maintain state of the function.
inSchedulerUnitNumber const int 0 -
inCounterType VisionBoxIOSchedulerCounter::Type
outCounterValue int&