Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Imago Technologies » VisionBox_RS422SetSource
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sets source of RS 422 port outputs.
Syntax
void fil::VisionBox_RS422SetSource ( VisionBox_State& ioState, const int inBitIndex, const fil::VisionBoxRS422OutSource::Type inSourceType, const bool inInvertOutput )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | VisionBox_State& | Object used to maintain state of the function. | |
![]() |
inBitIndex | const int | ||
![]() |
inSourceType | const VisionBoxRS422OutSource::Type | ||
![]() |
inInvertOutput | 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 |
---|---|
RuntimeError | Cannot accept negative bit index |