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

<DESCRIPTIOM> More...

Go to the source code of this file.

Functions

sys_error_code_t AEventSrv_vtblInit (IEventSrc *_this)
 
sys_error_code_t AEventSrv_vtblAddEventListener (IEventSrc *_this, IEventListener *pListener)
 
sys_error_code_t AEventSrv_vtblRemoveEventListener (IEventSrc *_this, IEventListener *pListener)
 
uint32_t AEventSrv_vtblGetMaxListenerCount (const IEventSrc *_this)
 

Detailed Description

<DESCRIPTIOM>

Author
STMicroelectronics - AIS - MCD Team
Version
3.0.0
Date
Jul 13, 2020
Attention

Copyright (c) 2020 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Function Documentation

◆ AEventSrv_vtblAddEventListener()

sys_error_code_t AEventSrv_vtblAddEventListener ( IEventSrc _this,
IEventListener pListener 
)

◆ AEventSrv_vtblGetMaxListenerCount()

uint32_t AEventSrv_vtblGetMaxListenerCount ( const IEventSrc _this)

◆ AEventSrv_vtblInit()

sys_error_code_t AEventSrv_vtblInit ( IEventSrc _this)
See also
IEventSrcInit

◆ AEventSrv_vtblRemoveEventListener()

sys_error_code_t AEventSrv_vtblRemoveEventListener ( IEventSrc _this,
IEventListener pListener 
)