ODeV framework
v2
|
#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) |
IErrFirstResponder virtual table. This table define all the functions that a subclass must overload.
void*(* _IErrFirstResponder_vtbl::GetOwner) (IErrFirstResponder *this) |
sys_error_code_t(* _IErrFirstResponder_vtbl::NewError) (IErrFirstResponder *this, SysEvent xError, boolean_t bIsCalledFromISR) |
void(* _IErrFirstResponder_vtbl::SetOwner) (IErrFirstResponder *this, void *pxOwner) |