33 #ifndef INCLUDE_SERVICES_IAPPLICATIONERRORDELEGATE_H_ 34 #define INCLUDE_SERVICES_IAPPLICATIONERRORDELEGATE_H_ Definition: sysevent.h:44
boolean_t IAEDIsLastErrorPending(IApplicationErrorDelegate *this)
Definition: IApplicationErrorDelegateVtbl.h:103
sys_error_code_t IAEDOnNewErrEvent(IApplicationErrorDelegate *this, SysEvent xEvent)
Definition: IApplicationErrorDelegateVtbl.h:98
sys_error_code_t IAEDAddFirstResponder(IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder, uint8_t nPriority)
Definition: IApplicationErrorDelegateVtbl.h:108
sys_error_code_t IAEDOnStartApplication(IApplicationErrorDelegate *this, ApplicationContext *pxContext)
Definition: IApplicationErrorDelegateVtbl.h:88
Definition: IErrorFirstResponderVtbl.h:59
Declare the Error first responder interface.
Definition: IApplicationErrorDelegateVtbl.h:67
sys_error_code_t IAEDProcessEvent(IApplicationErrorDelegate *this, ApplicationContext *pxContext, SysEvent xEvent)
Definition: IApplicationErrorDelegateVtbl.h:93
sys_error_code_t IAEDInit(IApplicationErrorDelegate *this, void *pParams)
Definition: IApplicationErrorDelegateVtbl.h:83
sys_error_code_t IAEDRemoveFirstResponder(IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder)
Definition: IApplicationErrorDelegateVtbl.h:113
Define the Application Context public API.
unsigned short sys_error_code_t
Definition: syserror.h:45
uint8_t IAEDGetMaxFirstResponderPriority(const IApplicationErrorDelegate *this)
Definition: IApplicationErrorDelegateVtbl.h:118
Definition: ApplicationContext.h:48
void IAEDResetCounter(IApplicationErrorDelegate *this)
Definition: IApplicationErrorDelegateVtbl.h:123