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

Contains the reference to an observer variable. More...

#include <event.h>

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

Data Fields

volatile uintptr_t * condition_var
 The address of a volatile value to observe.
 
uintptr_t last_value
 
bool cancelled
 Whether this observer has been cancelled and is awaiting for destruction.
 

Detailed Description

Contains the reference to an observer variable.

Field Documentation

◆ last_value

uintptr_t uel_event_t::uel_event_detail::uel_event_observer::last_value

The last value read


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