Function: get_stream_overflow_switch
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Usage
Checks whether overflow detection is enabled for a specified stream.
Prototype
- C Prototype
1aclError aclrtGetStreamOverflowSwitch(aclrtStream stream, uint32_t flag)
- Python Function
1flag, ret = acl.rt.get_stream_overflow_switch(stream)
Parameter Description
Parameter |
Description |
|---|---|
stream |
Int, pointer address of the stream to be operated. If 0 is passed, the default stream will be operated. |
Return Value Description
Return Value |
Description |
|---|---|
flag |
Int, overflow detection switch. The options are as follows:
|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Streams Management