Back to Aurora Vision Library website

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

VisionBox_IOSchedulerGetNumberOfOutputs


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Returns number of available outputs of IO Scheduler unit of Vision Box computer.

Syntax

void avl::VisionBox_IOSchedulerGetNumberOfOutputs
(
	VisionBox_State& ioState,
	const int inSchedulerUnitNumber,
	int& outNumberOfOutputs
)

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 -
Output value outNumberOfOutputs int&

Multithreaded environment

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