Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Imago Technologies » VisionBox_IOSchedulerSetCompareSource
VisionBox_IOSchedulerSetCompareSource
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Configures comparison element of IO Scheduler unit.
Syntax
void avl::VisionBox_IOSchedulerSetCompareSource ( VisionBox_State& ioState, const int inSchedulerUnitNumber, avl::VisionBoxIOSchedulerCmpSrc::Type inCompareSource )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | VisionBox_State& | Object used to maintain state of the function. | |||
inSchedulerUnitNumber | const int | 0 - | |||
inCompareSource | VisionBoxIOSchedulerCmpSrc::Type |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.