µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Data Fields
uel_evloop_t Struct Reference

The event loop object. More...

Collaboration diagram for uel_evloop_t:
Collaboration graph
[legend]

Data Fields

uel_syspools_t * pools
 Reference to the system's pools.
 
uel_sysqueues_t * queues
 Reference to the system's queues.
 
uel_llist_t observers
 Stores references to values to be observed.
 

Detailed Description

The event loop object.

This object represents an event loop. It is operated primarily by the system internal queues:

  1. The inbound event queue, which is the feeding point of the event loop.
  2. The outbound schedule queue, which holds reusable timers already run.

The documentation for this struct was generated from the following file: