Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::simple_event_bus::subscription_info Struct Reference
Collaboration diagram for kcenon::common::simple_event_bus::subscription_info:
Collaboration graph

Public Attributes

uint64_t id
 
size_t expected_type_id
 
std::function< void(const void *)> handler
 

Detailed Description

Definition at line 430 of file event_bus.h.

Member Data Documentation

◆ expected_type_id

size_t kcenon::common::simple_event_bus::subscription_info::expected_type_id

Definition at line 432 of file event_bus.h.

◆ handler

std::function<void(const void*)> kcenon::common::simple_event_bus::subscription_info::handler

Definition at line 433 of file event_bus.h.

◆ id

uint64_t kcenon::common::simple_event_bus::subscription_info::id

Definition at line 431 of file event_bus.h.


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