Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb::RoutingLogic< Port, Address >::EventSet Struct Reference

The per-port event information. More...

Public Attributes

std::map< uint8_t, std::set< EventId > > registeredConsumers_
 key: number of bits set in the mask part.
 

Detailed Description

template<class Port, typename Address>
struct openlcb::RoutingLogic< Port, Address >::EventSet

The per-port event information.

Definition at line 225 of file RoutingLogic.hxx.

Member Data Documentation

◆ registeredConsumers_

template<class Port , typename Address >
std::map<uint8_t, std::set<EventId> > openlcb::RoutingLogic< Port, Address >::EventSet::registeredConsumers_

key: number of bits set in the mask part.

Valid values: 0..64. Value of 0 means individual event.

Definition at line 229 of file RoutingLogic.hxx.


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