Loading...
Searching...
No Matches
event_source_subscriber_t Struct Reference

Subscriber of an event source. More...

Detailed Description

Subscriber of an event source.

Definition at line 43 of file source.h.

#include <source.h>

Data Fields

list_node_t node
 event subscriber list node

 
event_tevent
 pointer to event that should be triggered
 
event_queue_tqueue
 event queue to be used for the event
 

Field Documentation

◆ event

event_t* event_source_subscriber_t::event

pointer to event that should be triggered

Definition at line 45 of file source.h.

◆ node

list_node_t event_source_subscriber_t::node

event subscriber list node

Definition at line 44 of file source.h.

◆ queue

event_queue_t* event_source_subscriber_t::queue

event queue to be used for the event

Definition at line 46 of file source.h.


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