imaqMulticoreOptions
Usage
int imaqMulticoreOptions(MulticoreOperation operation, unsigned int* customNumCores);
Purpose
Sets the number of available cores to use for NI Vision applications.
Parameters
Name
|
Type
|
Description
|
---|---|---|
operation | MulticoreOperation | Specifies whether the VI gets or sets the number of cores available to NI Vision. |
customNumCores | unsigned int* | The number of processor cores available to NI Vision. |
Return Value
Type |
Description |
---|---|
int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |