Type definition of structure with event handler and data. More...
#include <hpm_ipc_event_mgr.h>
Data Fields | |
| ipc_event_callback_t | callback |
| void * | callback_data |
Type definition of structure with event handler and data.
| ipc_event_callback_t ipc_event_t::callback |
Pointer to callback function.
| void* ipc_event_t::callback_data |
Context data for callback.