aclrtGetEventId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the ID of a specified event.
Prototype
aclError aclrtGetEventId(aclrtEvent event, uint32_t *eventId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
event |
Input |
Event to query. |
eventId |
Output |
Event ID. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Event Management