33 #ifndef INCLUDE_EVENTS_IEVENT_H_ 34 #define INCLUDE_EVENTS_IEVENT_H_ 77 this->pSource = pSource;
79 return SYS_NO_ERROR_CODE;
Define the global error management API.
sys_error_code_t IEventInit(IEvent *this, const IEventSrc *pSource)
Definition: IEvent.h:76
Definition: IEventSrcVtbl.h:58
unsigned short sys_error_code_t
Definition: syserror.h:45
Target platform definition.
const IEventSrc * pSource
Definition: IEvent.h:56