|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Event published when a module starts. More...
#include <event_bus.h>

Public Member Functions | |
| module_started_event (const std::string &name) | |
Public Attributes | |
| std::string | module_name |
| std::chrono::steady_clock::time_point | timestamp |
Event published when a module starts.
Definition at line 506 of file event_bus.h.
|
inline |
Definition at line 510 of file event_bus.h.
| std::string kcenon::common::events::module_started_event::module_name |
Definition at line 507 of file event_bus.h.
| std::chrono::steady_clock::time_point kcenon::common::events::module_started_event::timestamp |
Definition at line 508 of file event_bus.h.