26#ifndef INCLUDE_EVENTS_AEVENTSRC_H_
27#define INCLUDE_EVENTS_AEVENTSRC_H_
38#ifndef AEVENT_SRC_CFG_MAX_LISTENERS
39#define AEVENT_SRC_CFG_MAX_LISTENERS 2U
void * AEvtSrcGetOwner(IEventSrc *_this)
sys_error_code_t AEvtSrcSetOwner(IEventSrc *_this, void *pxOwner)
Definition of the IEventSrc virtual functions.
Definition AEventSrc.h:51
void * m_pxOwner
Definition AEventSrc.h:62
IEventListener * m_pxListeners[AEVENT_SRC_CFG_MAX_LISTENERS]
Definition AEventSrc.h:57
Definition IEventListener_vtbl.h:49
Definition IEventSrc_vtbl.h:49
uint16_t sys_error_code_t
Definition syserror.h:41