ODeV framework
v2
|
#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) |