Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Imago Technologies » VisionBox_IOSchedulerSetTriggerSource
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Connects signal to IO Scheduler input.
Syntax
void fil::VisionBox_IOSchedulerSetTriggerSource ( VisionBox_State& ioState, const int inSchedulerUnitNumber, const int inInputIndex, const bool inInvertInput )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | VisionBox_State& | Object used to maintain state of the function. | ||
![]() |
inSchedulerUnitNumber | const int | 0 - ![]() |
||
![]() |
inInputIndex | const int | |||
![]() |
inInvertInput | const bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Cannot accept negative value of inInputIndex |