eLooM for STM32 application
v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
|
#include <IEventListener_vtbl.h>
Data Fields | |
sys_error_code_t(* | OnStatusChange )(IListener *_this) |
void(* | SetOwner )(IEventListener *_this, void *pxOwner) |
void *(* | GetOwner )(IEventListener *_this) |
IEventListener virtual table. This table define all the functions that a subclass must overload.
void *(* _IEventListener_vtbl::GetOwner) (IEventListener *_this) |
sys_error_code_t(* _IEventListener_vtbl::OnStatusChange) (IListener *_this) |
void(* _IEventListener_vtbl::SetOwner) (IEventListener *_this, void *pxOwner) |