Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Hilscher » Hilscher_Channel_SetSignalConfiguration
Hilscher_Channel_SetSignalConfiguration
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Sets the slot configuration.
Syntax
void avl::Hilscher_Channel_SetSignalConfiguration ( avl::Hilscher_State& ioState, const atl::Optional<atl::String>& inBoardName, const int inChannelNumber, const atl::Array<avl::HilscherSignal>& inInputSignalConfiguration, const atl::Array<avl::HilscherSignal>& inOutputSignalConfiguration )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Hilscher_State& | Object used to maintain state of the function. | |||
inBoardName | const Optional<String>& | NIL | |||
inChannelNumber | const int | 0 - 10 | |||
inInputSignalConfiguration | const Array<HilscherSignal>& | ||||
inOutputSignalConfiguration | const Array<HilscherSignal>& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.