eLooM for STM32 application
v3.3.0
|
#include <IApplicationErrorDelegateVtbl.h>
Data Fields | |
sys_error_code_t(* | Init )(IApplicationErrorDelegate *_this, void *pParams) |
sys_error_code_t(* | OnStartApplication )(IApplicationErrorDelegate *_this, ApplicationContext *pxContext) |
sys_error_code_t(* | ProcessEvent )(IApplicationErrorDelegate *_this, ApplicationContext *pxContext, SysEvent xEvent) |
sys_error_code_t(* | OnNewErrEvent )(IApplicationErrorDelegate *_this, SysEvent xEvent) |
boolean_t(* | IsLastErrorPending )(IApplicationErrorDelegate *_this) |
sys_error_code_t(* | AddFirstResponder )(IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder, uint8_t nPriority) |
sys_error_code_t(* | RemoveFirstResponder )(IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder) |
uint8_t(* | GetMaxFirstResponderPriority )(const IApplicationErrorDelegate *_this) |
void(* | ResetCounter )(IApplicationErrorDelegate *_this) |
Virtual table for the _IApplicationErrorDelegate.
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::AddFirstResponder) (IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder, uint8_t nPriority) |
uint8_t(* _IApplicationErrorDelegate_vtbl::GetMaxFirstResponderPriority) (const IApplicationErrorDelegate *_this) |
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::Init) (IApplicationErrorDelegate *_this, void *pParams) |
boolean_t(* _IApplicationErrorDelegate_vtbl::IsLastErrorPending) (IApplicationErrorDelegate *_this) |
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::OnNewErrEvent) (IApplicationErrorDelegate *_this, SysEvent xEvent) |
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::OnStartApplication) (IApplicationErrorDelegate *_this, ApplicationContext *pxContext) |
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::ProcessEvent) (IApplicationErrorDelegate *_this, ApplicationContext *pxContext, SysEvent xEvent) |
sys_error_code_t(* _IApplicationErrorDelegate_vtbl::RemoveFirstResponder) (IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder) |
void(* _IApplicationErrorDelegate_vtbl::ResetCounter) (IApplicationErrorDelegate *_this) |