eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
_IEventListener_vtbl Struct Reference

#include <IEventListener_vtbl.h>

Data Fields

sys_error_code_t(* OnStatusChange )(IListener *_this)
 
void(* SetOwner )(IEventListener *_this, void *pxOwner)
 
void *(* GetOwner )(IEventListener *_this)
 

Detailed Description

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

Field Documentation

◆ GetOwner

void *(* _IEventListener_vtbl::GetOwner) (IEventListener *_this)

◆ OnStatusChange

sys_error_code_t(* _IEventListener_vtbl::OnStatusChange) (IListener *_this)
See also
IListenerOnStatusChange

◆ SetOwner

void(* _IEventListener_vtbl::SetOwner) (IEventListener *_this, void *pxOwner)

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