Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Imago Technologies » VisionBox_IOSchedulerGetCounter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets values of selected counter in IO Scheduler unit.
Syntax
void fil::VisionBox_IOSchedulerGetCounter ( VisionBox_State& ioState, const int inSchedulerUnitNumber, fil::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& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.