plc_control/crates/app_feeder_distributor
caoqianming 3b92c0028a Merge handle_control_event and persist_event_if_needed
The split existed only so handle_control_event could log
UnitStateChanged and then delegate; that's no longer worth its own
function. Co-locating the UnitStateChanged special case with the other
match arms makes its 'log-only, no persist' treatment self-evident,
and the call chain drops from handle → persist → record to handle →
record.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 08:39:17 +08:00
..
src Merge handle_control_event and persist_event_if_needed 2026-04-22 08:39:17 +08:00
tests feat(feeder): create dedicated feeder distributor app crate 2026-04-16 12:38:58 +08:00
Cargo.toml feat(feeder): create dedicated feeder distributor app crate 2026-04-16 12:38:58 +08:00