eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
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: