eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
AEventSrc_vtbl.h
Go to the documentation of this file.
1
23#ifndef INCLUDE_EVENTS_AEVENTSRC_VTBL_H_
24#define INCLUDE_EVENTS_AEVENTSRC_VTBL_H_
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30
31// IEventSrc virtual functions
36
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* INCLUDE_EVENTS_AEVENTSRC_VTBL_H_ */
sys_error_code_t AEventSrv_vtblRemoveEventListener(IEventSrc *_this, IEventListener *pListener)
uint32_t AEventSrv_vtblGetMaxListenerCount(const IEventSrc *_this)
sys_error_code_t AEventSrv_vtblAddEventListener(IEventSrc *_this, IEventListener *pListener)
sys_error_code_t AEventSrv_vtblInit(IEventSrc *_this)
Definition IEventListener_vtbl.h:49
Definition IEventSrc_vtbl.h:49
uint16_t sys_error_code_t
Definition syserror.h:41