aclrtGetStreamOverflowSwitch
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Description
Checks whether overflow/underflow detection is enabled for a specified stream.
Prototype
aclError aclrtGetStreamOverflowSwitch(aclrtStream stream, uint32_t *flag)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream to be operated. If NULL is passed, the default stream will be operated. |
flag |
Output |
Overflow/Underflow detection switch. The options are as follows:
|
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management