Loading...
Searching...
No Matches
msg_bus_t Struct Reference

A message bus is just a list of subscribers. More...

Detailed Description

A message bus is just a list of subscribers.

Definition at line 54 of file msg_bus.h.

#include <msg_bus.h>

Data Fields

list_node_t subs
 List of subscribers to the bus.
 
uint16_t id
 Message Bus ID.
 

Field Documentation

◆ id

uint16_t msg_bus_t::id

Message Bus ID.

Definition at line 56 of file msg_bus.h.

◆ subs

list_node_t msg_bus_t::subs

List of subscribers to the bus.

Definition at line 55 of file msg_bus.h.


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