eLooM for STM32 application
v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
|
#include <AEventSrc.h>
Data Fields | |
IEventListener * | m_pxListeners [AEVENT_SRC_CFG_MAX_LISTENERS] |
void * | m_pxOwner |
AEventSrc internal state.
IEventListener* _AEventSrc::m_pxListeners[AEVENT_SRC_CFG_MAX_LISTENERS] |
Set of IEventListener object.
void* _AEventSrc::m_pxOwner |
Specifies the owner of the object.