ODeV framework  v2
Data Fields
_IErrFirstResponder_vtbl Struct Reference

#include <IErrorFirstResponderVtbl.h>

Data Fields

void(* SetOwner )(IErrFirstResponder *this, void *pxOwner)
 
void *(* GetOwner )(IErrFirstResponder *this)
 
sys_error_code_t(* NewError )(IErrFirstResponder *this, SysEvent xError, boolean_t bIsCalledFromISR)
 

Detailed Description

IErrFirstResponder virtual table. This table define all the functions that a subclass must overload.

Field Documentation

◆ GetOwner

void*(* _IErrFirstResponder_vtbl::GetOwner) (IErrFirstResponder *this)

◆ NewError

sys_error_code_t(* _IErrFirstResponder_vtbl::NewError) (IErrFirstResponder *this, SysEvent xError, boolean_t bIsCalledFromISR)
See also
IErrFirstResponderNewError

◆ SetOwner

void(* _IErrFirstResponder_vtbl::SetOwner) (IErrFirstResponder *this, void *pxOwner)

The documentation for this struct was generated from the following file: