Function: get_event_avail_num
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Queries the number of available events on the current device.
Prototype
- C Prototype
aclError aclrtGetEventAvailNum(uint32_t *eventCount)
- Python Function
1event_count, ret = acl.rt.get_event_avail_num()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
event_count |
Int, number of events |
ret |
Int, 0 on success; else, failure. |
Parent topic: Event Management