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

Public Member Functions | |
| module_stopped_event (const std::string &name) | |
Public Attributes | |
| std::string | module_name |
| std::chrono::steady_clock::time_point | timestamp |
Event published when a module stops.
Definition at line 519 of file event_bus.h.
|
inline |
Definition at line 523 of file event_bus.h.
| std::string kcenon::common::events::module_stopped_event::module_name |
Definition at line 520 of file event_bus.h.
| std::chrono::steady_clock::time_point kcenon::common::events::module_stopped_event::timestamp |
Definition at line 521 of file event_bus.h.