eLooM for STM32 application
v3.3.0
|
The root class from which all event state objects shall be derived. More...
#include "services/eloom_sysbase.h"
Go to the source code of this file.
Data Structures | |
struct | _IEvent |
Typedefs | |
typedef struct _IEventSrc | IEventSrc |
typedef struct _IEvent | IEvent |
Functions | |
static sys_error_code_t | IEventInit (IEvent *_this, const IEventSrc *pSource) |
The root class from which all event state objects shall be derived.
An event is an object that contains information about something that happened in the system at a given moment. An event object is constructed with a link to the EventSrc that has generated it.
Copyright (c) 2017 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.
typedef struct _IEventSrc IEventSrc |
Create type name for _IEventSrc.
|
inlinestatic |