1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/// Optional plugin for recording time-series data during simulation.
/// Only compiled when the `archive` feature is enabled.
/// Plugin that enables time-driven scheduled event injection (e.g., switching operations).
/// Plugin that provides global simulation time tracking and step advancement logic.
/// Plugin for transferring system state across simulation frames or external interfaces.
use plugin_group;
use TimePlugin;
use crate;
plugin_group!