Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::events::module_stopped_event Struct Reference

Event published when a module stops. More...

#include <event_bus.h>

Collaboration diagram for kcenon::common::events::module_stopped_event:
Collaboration graph

Public Member Functions

 module_stopped_event (const std::string &name)
 

Public Attributes

std::string module_name
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Event published when a module stops.

Definition at line 519 of file event_bus.h.

Constructor & Destructor Documentation

◆ module_stopped_event()

kcenon::common::events::module_stopped_event::module_stopped_event ( const std::string & name)
inline

Definition at line 523 of file event_bus.h.

524 : module_name(name),
525 timestamp(std::chrono::steady_clock::now()) {}
std::chrono::steady_clock::time_point timestamp
Definition event_bus.h:521

Member Data Documentation

◆ module_name

std::string kcenon::common::events::module_stopped_event::module_name

Definition at line 520 of file event_bus.h.

◆ timestamp

std::chrono::steady_clock::time_point kcenon::common::events::module_stopped_event::timestamp

Definition at line 521 of file event_bus.h.


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