VisionBox_IOSchedulerSetCompareSource


Configures comparison element of IO Scheduler unit.

Syntax

C++
Python
 
def VisionBox_IOSchedulerSetCompareSource(
	state: VisionBox_State,
	inSchedulerUnitNumber: int,
	inCompareSource: VisionBoxIOSchedulerCmpSrc,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState VisionBox_State
Input value inSchedulerUnitNumber int 0 -
Input value inCompareSource VisionBoxIOSchedulerCmpSrc

Multithreaded environment

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