µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Data Fields
uel_event_t::uel_event_detail::uel_event_signal Struct Reference

Contains information related to an emitted signal. More...

#include <event.h>

Collaboration diagram for uel_event_t::uel_event_detail::uel_event_signal:
Collaboration graph
[legend]

Data Fields

uintptr_t value
 The integer value that identifies this signal.
 
uel_llist_t * listeners
 Reference to the signal listeners.
 

Detailed Description

Contains information related to an emitted signal.


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