23#ifndef INCLUDE_EVENTS_AEVENTSRC_VTBL_H_
24#define INCLUDE_EVENTS_AEVENTSRC_VTBL_H_
sys_error_code_t AEventSrv_vtblRemoveEventListener(IEventSrc *_this, IEventListener *pListener)
uint32_t AEventSrv_vtblGetMaxListenerCount(const IEventSrc *_this)
sys_error_code_t AEventSrv_vtblAddEventListener(IEventSrc *_this, IEventListener *pListener)
sys_error_code_t AEventSrv_vtblInit(IEventSrc *_this)
Definition IEventListener_vtbl.h:49
Definition IEventSrc_vtbl.h:49
uint16_t sys_error_code_t
Definition syserror.h:41